Simple browser based weather app. Initially created by following this Dev Ed guide on YouTube.
Uses the DarkSky API for weather data and Skycons for canvas icons. For localhost development, the CORS-anywhere Heroku app is used.
Server is running using pm2.
$ pm2 list
to show running apps
update timezone to display city/state- review darksky data and integrate more features
- daily/hourly forecast
add apparent temp
change degree number formatting to no decimals for F and one for Cremove dependence on CORS-Anywhere proxyclean javascript code, separate out specific functions from fetch(api)review the Mozilla developer site for geolocation for JS function ideas.split out function for changing units
- Browser Location:
add default locationadd button to get user's location (maybe) - or simply try to get locationif browser location is blocked, add text explaining the limitation.
publish to gavingreer.com/wx