Olian04 / github-readme

A custom element that renders the readme of a github repository
https://olian04.github.io/github-readme/
MIT License
17 stars 3 forks source link

Add cache for offline browsing (this will eliminate the problems with rate limits on the github api) #5

Open Olian04 opened 5 years ago

Olian04 commented 5 years ago

Related branch: f_caching

TODO:

Olian04 commented 5 years ago

I've implemented a quick and dirty version of this here. However it never invalidates cached assets, and it's only caching assets from github. So things such as shields will break when viewed in offline mode.