A sample app done on boring time with NodeJS - ExpressJS - and OpenWeatherMap to display weather report for capital cities in Nigeria
Weather Reporting App
A little app done on a boring day that displays weather report data for a week in capital cities in Nigeria...for now.
Requirements
NodeJS
npm
ExpressJS
Sign Up to OpenWeatherMap to get an API key needed for getting weather data
See the var url=... code in public/javascripts/application/app.js
Running App
Download app zip and unzipped app folder into desired directory or clone app repository. In terminal, cd into ap directory and
run the following:
npm install && node bin/www
Visit here to test a live version.