Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/billiegoose/wills-wonderful-service-worker
ServiceWorker that does stuff
https://github.com/billiegoose/wills-wonderful-service-worker
Last synced: 24 days ago
JSON representation
ServiceWorker that does stuff
- Host: GitHub
- URL: https://github.com/billiegoose/wills-wonderful-service-worker
- Owner: billiegoose
- License: unlicense
- Created: 2017-11-29T06:01:27.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-26T06:31:49.000Z (about 6 years ago)
- Last Synced: 2024-10-06T03:24:07.724Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 210 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# wills-wonderful-service-worker
The ServiceWorker that does a lot of stuff# Building
```
npm install
npm run build
npm start
```# Notes
ECMAScript modules still aren't supported in Workers, so we bundle the worker into a UMD script with rollup.
## License
Copyright 2017 William Hilton.
Licensed under [The Unlicense](http://unlicense.org/).