An open API service indexing awesome lists of open source software.

https://github.com/lamplightdev/r3search


https://github.com/lamplightdev/r3search

Last synced: about 1 year ago
JSON representation

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/)