You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need to make the autoUpdate and hourly options work, make the popup look halfway decent, make proper icons, and maybe see if I can get notifications of alerts to appear.
The text was updated successfully, but these errors were encountered:
Today, I added some QoL features. Tomorrow, maybe getting the alerts. Alerts are relatively easy, as if you go to https://api.weather.gov/gridpoints/LOT/73,73, there's a "hazards" array that I can get alerts from.
Then, I could attempt the autoUpdate and/or hourly. autoUpdate will need to utilize a service worker that can update information in the background. The same service worker could also be the one that gives the alerts for hazards. Hourly will just need to be a simple URL change, plus if there's any information needed that isn't available.
Lastly, it's making it actually look proper and good. I'll need to attempt some CSS shenanigans to make it look decent, which shouldn't be too terrible. Making the icons will be interesting, however. Firstly, I need to stop using FontAwesome's icon and switch to one I can use. Then, it's to make the 48x48 icon that is displayed in the taskbar and on the chrome://extensions page
Need to make the autoUpdate and hourly options work, make the popup look halfway decent, make proper icons, and maybe see if I can get notifications of alerts to appear.
The text was updated successfully, but these errors were encountered: