Skip to content

A weather app that pulls from the OpenWeatherMap API to allow users to search for and view the forecast in cities worldwide. Built with JavaScript.

License

Notifications You must be signed in to change notification settings

HillaryOkello/weather-app-js

Repository files navigation

Weather App

Top Page Screenshot

This is a weather app built in JavaScript using Openweather API to practice working with APIs in JavaScript.

Table of Contents

About the Project

The original specification of the project is from The Odin Project.

This is a weather app built in JavaScript using Openweather API. A user can type any city and will be able to get information about the weather of that city.

Built With

Live Demo

Live Demo Link

Getting Started

To get a local copy up and running follow these simple example steps.

  1. On the project GitHub page, navigate to the main page of the repository.
  2. Under the repository name, locate and click on a green button named Code.
  3. Copy the project URL as displayed.
  4. If you're running the Windows Operating System, open your command prompt. On Linux, Open your terminal.
  5. Change the current working directory to the location where you want the cloned directory to be made. Leave as it is if the current location is where you want the project to be.
  6. Type git clone, and then paste the URL you copied in Step 3.
    e.g. $ git clone git@github.com:HillaryOkello/weather-app-js.git
  7. Press Enter. Your local copy will be created.

Author

👤 Hillary Okello

Contributing

Contributions, issues, and feature requests are welcome! Feel free to check the issues page.

  1. Clone the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Show your support

Give a ⭐️ if you like this project!

License

This project is MIT licensed.

About

A weather app that pulls from the OpenWeatherMap API to allow users to search for and view the forecast in cities worldwide. Built with JavaScript.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages