ctrachte / SimpliFly

A single-page progressive web app to show flights for a certain origin, destination, and their prices
2 stars 1 forks source link

Register and Use Service Workers - Weather API, SkyScanner API, #19

Closed ctrachte closed 3 years ago

ctrachte commented 3 years ago

This is up to interpretation how we do it, we need service workers to fetch API data asynchronously, when offline, etc.

for the weather API, I believe it will be best to have a service worker periodically check for updated weather forecast after several minutes of inactivity, using the location fields.