Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smhg/appcache-manifest-validate
AppCache manifest validator
https://github.com/smhg/appcache-manifest-validate
Last synced: about 2 months ago
JSON representation
AppCache manifest validator
- Host: GitHub
- URL: https://github.com/smhg/appcache-manifest-validate
- Owner: smhg
- License: bsd-2-clause
- Created: 2016-12-24T19:29:38.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-25T14:00:57.000Z (about 8 years ago)
- Last Synced: 2024-08-10T10:38:39.635Z (5 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# appcache-manifest-validate
AppCache manifest validator which fetches each resource that needs to be cached and shows the HTTP status code. Missing resources cause the cache update process to fail. In that case the browser keeps using the old cache.
# Usage
``` sh
$ appcache-manifest-validate http://www.somesite.com/manifest.appcache
```# Installation
``` sh
$ npm install appcache-manifest-validate -g
```# License
BSD