Skip to content

Interactive chart, precipitation and temperatures in California, 1970 - 2020.

License

Notifications You must be signed in to change notification settings

seankelliher/california-temps-precip

Repository files navigation

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 text screen shot of project

  • Locations map 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

About

Interactive chart, precipitation and temperatures in California, 1970 - 2020.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published