Skip to content

Latest commit

 

History

History
executable file
·
18 lines (14 loc) · 581 Bytes

File metadata and controls

executable file
·
18 lines (14 loc) · 581 Bytes

simple-nodejs-weather-app

Simple Node.js Command Line Weather Application

  • Check out the Live Demo
  • Read the full tutorial on how to build this application at codeburst.io
  • Run the web app locally:
node server.js
// Now open your browser and visit: localhost:3000

gif

Check out the docker_build.sh script to see how to build your own docker image

./docker_build.sh