Skip to content

Mobile web application developed in JavaScript that gets information from OpenWeatherMap API. It allows you to see the current weather in any location.

Notifications You must be signed in to change notification settings

Zappat0n/weather_app

Repository files navigation

Weather app

Top Page Screenshot

About the Project

This project is taken from The Odin Project.

In this application users can:

  • Ask for the weather in any city of the world
  • Get information about the weather, temperature, and wind.
  • Temperature information can be displayed in Celsius or Fahrenheit.

The application does an API query to OpenWeatherMap to get the information.

Table of Contents

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 https://github.com/Zappat0n/weather_app.git
  7. Press Enter. Your local copy will be created.
  8. On your console, move to the place where this folder is cloned
  9. Run npm start, then server is automatically opened

Authors

👤 Angel Barros

Contributing

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

  1. Fork 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.

Acknowledgements

About

Mobile web application developed in JavaScript that gets information from OpenWeatherMap API. It allows you to see the current weather in any location.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published