Weather-Project: Web Application for Retrieving, Formatting, Storing, and Displaying NOAA NCDC Data
Weather-Project Installation and Operation: Clone the repository and create a NOAAtoken.js file in the root folder. The node application file should include the following example: `var NOAAtoken = "your token here"; module.exports.NOAAtoken = NOAAtoken;`. This web application project retrieves, formats, stores, and displays data from the NOAA NCDC Web API. Tasks to complete: Build the NCDC Web API interface to fetch data and establish a local storage database for multiple sites. Develop the Web App framework using Node.js, Express, Jade, and Stylus. Create a plotting application to generate various charts based on the data. To retrieve data, obtain an API token from NOAA at the following URL:
245.09KB
文件大小:
评论区