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