A simple application to test the usage of the OpenWeatherMaps API and fetch any city's weather using Node.js
- Open Hyper terminal
- npm i express body-parser
- npm init
- nodemon app.js
- Open localhost:3000 and run the website!
A simple application to test the usage of the OpenWeatherMaps API and fetch any city's weather using Node.js
JavaScript
A simple application to test the usage of the OpenWeatherMaps API and fetch any city's weather using Node.js