- An application build with NodeJS and Express that interacts with the
https://openweathermap.org/apiweb service. - To run the app, some npm modules need to be installed, run:
npm initin the app root directory.npm i expressinstalls express.npm i body-parserinstalls body-parser.npm i nodemoninstalls nodemon (node monitor - used to automate the reload of the server whenerver files are changed).