Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/webstronauts/micro-polyfill
A tiny Node.js microservice for automatic polyfills.
https://github.com/webstronauts/micro-polyfill
Last synced: about 22 hours 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-02T11:47:08.000Z (over 6 years ago)
- Last Synced: 2024-04-24T01:22:33.066Z (7 months ago)
- Language: JavaScript
- Size: 61.5 KB
- Stars: 1
- Watchers: 3
- 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](https://img.shields.io/github/license/webstronauts/micro-polyfill.svg)](LICENSE.md)
[![Version](https://img.shields.io/npm/v/@webstronauts/micro-polyfill.svg)](https://www.npmjs.com/package/@webstronauts/micro-polyfill)
[![Renovate enabled](https://img.shields.io/badge/renovate-enabled-brightgreen.svg)](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:
[![Deploy to now](https://deploy.now.sh/static/button.svg)](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)