A basic weather report application to return the current weather of the entered city. This app demonstrates working of Nodejs and AJAX.
1. Weather Report Homepage
2. Returns the weather of a city
Open Weather Map Current Weather Data.
- Download the zip or clone the project.
- Go to the terminal:
npm install
- installs all the dependencies (NodeJS is required). - Run the project:
node app.js
- Go to the browser and type:
localhost:3000
to run the application.