Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 1.08 KB

README.md

File metadata and controls

17 lines (10 loc) · 1.08 KB

markcole Weather

This project contains a JavaScript only application that uses data from the Weather.Gov API (https://www.weather.gov/documentation/services-web-api) to show my local weather on a Raspberry Pi. It is interactive, shows several views and also shows local PATH subway times using this API (https://www.reddit.com/r/jerseycity/comments/bb4041/programmatic_realtime_path_data/)

Code

  • index.html - basic HTML layout
  • style.css - styling
  • script.js - meat of the project, handles APIs and rendering to HTML - uses JQuery

Hardware

Weather App on Pi