- Use Free OpenWeatherMap API (https://openweathermap.org/api)
npm init
npm install express --save
npm install request --save
npm install ejs --save (EJS: Embedded Javascript)
node app.js
| Name | Name | Last commit date | ||
|---|---|---|---|---|
npm init
npm install express --save
npm install request --save
npm install ejs --save (EJS: Embedded Javascript)
node app.js