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
In order to use weather-app you will need:
- Download and install Node.js
- Register to OpenWeather services and generate a free api key.
- Install Node.js on your system
- Fork/Clone the repository
- Inside
app.js
set the variableapiKey
to your private key that was generated by OpenWeather API - Navigate to the weather-app folder inside your cmd
- Install all dependencies using
npm install
- Use
node app.js
to run the server - Navigate to
localhost:3000
in your browser - Enter a city and press
send
This project is licensed under the MIT License - see the LICENSE.md file for details
- Author: Tomer Guttman