Skip to content

Latest commit

 

History

History
56 lines (37 loc) · 2.99 KB

README.md

File metadata and controls

56 lines (37 loc) · 2.99 KB

MIT License on GitHub

California Temperatures & Precipitation

Charts that display 50 years of weather data from six locations across California: (1) the number of days with maximum temperature greater than 90 degrees Fahrenheit, and (2) the annual precipitation in inches. Built with Vue.js, Chart.js, and Mapbox. View working component.

Project Status

Project meets general accessibility (WACG) and cross-browser requirements. More testing with a dedicated services (e.g., Sauce Labs) would be helpful if deploying to production.

About NOAA's API

Originally, I built this app to fetch data from NOAA using the agency’s API. But, the API was not always reliable and repeatedly fetching historical data that would never change seemed foolish. I rebuilt the app, storing NOAA's data locally.

Project Screen Shots

  • Opening screen screen shot of project

  • About project, weather station photos screen shot of project

  • Map, stations in California screen shot of project

  • Heat chart screen shot of project

Installation and Setup Instructions

Clone down this repository. You will need node and npm installed globally on your machine.

Installation:

npm install

To Run Vue:

npm run dev

To Visit App:

Visit the localhost port displayed in the terminal after running npm run dev.

Acknowledgments