weather-app is a simple responsive web appication created using Express, NodeJS and OpenWeatherMaps's API.
You can simply download the zip to your local machine or use git clone.
Install NodeJS and npm to your machine
-
Create an account in OpenWeatherMap website.
-
Copy the API from the above website and paste it into the .git_sample file present in the repository folder.
-
Run the following command in the terminal.
nodemon app.js
Run the following command in the terminal.
npm run startweather-app is open-sourced software licensed under the MIT license.