Originally built using this tutorial It has since been updated by myself:
- Switched to Pug from EJS for fun.
- Try out Node's experimental
.envfile support instead of usingdotenvdep.
Site is a static HTML webpage served via a HTML templating engine (currently Pug aka Jade) from a ExpressJS web server.
npm install.- Create
.envfile based on.env.defaults(You will need an Open Weather Map API key). npm run start.