https://github.com/lamplightdev/r3search
https://github.com/lamplightdev/r3search
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/lamplightdev/r3search
- Owner: lamplightdev
- License: apache-2.0
- Created: 2014-12-10T15:37:54.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-06T20:59:12.000Z (over 11 years ago)
- Last Synced: 2024-10-11T13:39:33.306Z (over 1 year ago)
- Language: JavaScript
- Size: 573 KB
- Stars: 13
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
R3SEARCH
========
A simple app that makes use of Service Workers to enable offline access. It's a search interface to [wikipedia](http://en.wikipedia.org/) that shows a snippet of an article along with an image if available. The articles and images are cached using a service worker so you can then view them at a later date without needing network access. Granted it's not terribly useful but it should help explore the basic concepts of service workers.
[Blog post](http://blog.lamplightdev.com/2015/01/06/A-Simple-ServiceWorker-App/)
[Demo](https://lamplightdev.github.io/r3search/)