/weather-app

Created a weather app using Express.js which allows a client to pick a city and see it's current weather using OpenWeather API

Primary LanguageJavaScriptMIT LicenseMIT

weather-app 🌤

Built a weather app which allows a client to pick a city and see it's current weather using OpenWeather API


Tech used:
JavaScript Node.js Express.js CSS HTML Bootstrap JSON

Requirements

In order to use weather-app you will need:

  • Download and install Node.js
  • Register to OpenWeather services and generate a free api key.

Deploying

  1. Install Node.js on your system
  2. Fork/Clone the repository
  3. Inside app.js set the variable apiKey to your private key that was generated by OpenWeather API
  4. Navigate to the weather-app folder inside your cmd
  5. Install all dependencies using npm install
  6. Use node app.js to run the server
  7. Navigate to localhost:3000 in your browser
  8. Enter a city and press send

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Credits