To install & run:
- git clone https://github.com/goyergeek/Weather-Project.git
- npm install
- create NOAAtoken.js file in the routes folder
- node app.js
NOAAtoken.js example:
var NOAAtoken = "your token here"; module.exports.NOAAtoken = NOAAtoken;
Web App project that will retrieve, format, retain, and display data retrieved from NOAA NCDC web api.
To Be Done:
- Build NCDC Web API Interface to retrieve data
- Build out local retention database for several stations.
- Build Web App Framework: node.js, express, jade, stylus
- Create graphing app to return various graphs based on data
In order to retrieve data you must get a token for access to the API. Token can be obtained from:
NOAA at the following URL: http://www.ncdc.noaa.gov/cdo-web/token