https://github.com/webstronauts/micro-polyfill
A tiny Node.js microservice for automatic polyfills.
https://github.com/webstronauts/micro-polyfill
Last synced: about 1 year ago
JSON representation
A tiny Node.js microservice for automatic polyfills.
- Host: GitHub
- URL: https://github.com/webstronauts/micro-polyfill
- Owner: webstronauts
- License: mit
- Created: 2018-08-02T10:38:14.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-02T11:47:08.000Z (almost 8 years ago)
- Last Synced: 2025-05-20T23:37:54.561Z (about 1 year ago)
- Language: JavaScript
- Size: 61.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# micro-polyfill
A tiny Node.js microservice for automatic polyfills.
[](LICENSE.md)
[](https://www.npmjs.com/package/@webstronauts/micro-polyfill)
[](https://renovateapp.com/)
This microservice is a [micro](https://github.com/zeit/micro) wrapper around the awesome [polyfill-service](https://github.com/Financial-Times/polyfill-service) and created with the inspiration from this [blogpost](https://buttondown.email/kentcdodds/archive/341d43e7-969d-4b4f-a48e-fc4f76a1e85b) of [Kent C. Dodds](https://github.com/kentcdodds).
## Deployment
Your own `micro-polyfill` is one click away:
[](https://deploy.now.sh/?repo=https://github.com/webstronauts/micro-polyfill)
You can also deploy with a single command from the terminal (assuming you have now installed):
```
now webstronauts/micro-polyfill
```
## Author(s)
Robin van der Vleuten ([@robinvdvleuten](https://twitter.com/robinvdvleuten)) - [The Webstronauts](https://www.webstronauts.co?utm_source=github&utm_medium=readme&utm_content=micro-polyfill)