Weather monitoring web app
This App lets you to get the current weather information of any location, and keeps the name of the location in its database, so that the user will only have to refresh the browser to see the updated weather.
App is based on NodeJS and AngularJS, with components of bootstrap used on the frontend.
To start this app on your local, do the following
- Checkout the project
- On the folder, open terminal and type "npm install" (Assuming you have npm and node installed)
- Then type "npm install -g nodemon" 4.Then type "nodemon server.js" On the browser navigate to http://localhost:3000/