danielthepope / trntxt

:steam_locomotive::train::train: A data-friendly UK train times site
https://trntxt.uk
MIT License
36 stars 9 forks source link

Make the service worker useful #44

Open danielthepope opened 7 years ago

danielthepope commented 7 years ago

I added a service worker! Hurrah!

Now make it do something more useful than just saying you're offline.

On a route request, cache the response. If the device becomes offline later, use the cached response if it is less than 1 hour old. A bit of text to say "you're offline" might be helpful here.