|-- node_modules
|-- weather-app
|-- views
|-- index.ejs
|-- public
|-- css
|-- style.css
|-- package.json
|-- server.js
- NodeJS
- openweathermap
$ npm install npm@latest -g
$ node -v
$ git clone https://github.com/piyush97/weather.git
$ cd weather
$ node server.js
// Weather App is running on port 3000