Basic node weather app A barebones Node.js app using Express 4. Running Locally Make sure you have Node.js installed. git clone https://github.com/manojjahgirdar/basic-node-weather-app.git cd basic-node-weather-app npm install npm start Your app should now be running on localhost:3000. Screenshot