/wxapp

Simple JavaScript Weather App Site

Primary LanguageJavaScript

wxapp

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

Project todo

  • 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 C
  • remove dependence on CORS-Anywhere proxy
  • clean javascript code, separate out specific functions from fetch(api)
  • Browser Location:
    • add default location
    • add button to get user's location (maybe) - or simply try to get location
      • if browser location is blocked, add text explaining the limitation.
  • publish to gavingreer.com/wx