Skip to content

Node and ExpressJS web app to display weather data, using openweathermap.org API

License

Notifications You must be signed in to change notification settings

atreids/ediweather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Source for EdiWeather.co.uk

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 using dotenv dep.

Overview

Site is a static HTML webpage served via a HTML templating engine (currently Pug aka Jade) from a ExpressJS web server.

Setup

  • npm install.
  • Create .env file based on .env.defaults (You will need an Open Weather Map API key).
  • npm run start.

About

Node and ExpressJS web app to display weather data, using openweathermap.org API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published