Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 297 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 297 Bytes

NodeJS Weather app

Simple nodejs app using open weather api

To run the app

Navigate to the project directory via the terminal, you can run:

node app.js followed by the city name for example

node app.js london

The terminal will then return the current weather for that city.