Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/forbeslindesay/unpkg-bot
https://github.com/forbeslindesay/unpkg-bot
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/forbeslindesay/unpkg-bot
- Owner: ForbesLindesay
- License: mit
- Created: 2016-08-30T23:01:06.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-24T19:52:13.000Z (over 7 years ago)
- Last Synced: 2024-10-20T04:43:54.416Z (24 days ago)
- Language: JavaScript
- Size: 25.4 KB
- Stars: 17
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
- Changelog: HISTORY.md
- License: LICENSE.md
Awesome Lists containing this project
README
# unpkg-bot
Bot to convert npmcdn urls to unpkg.
Log in to https://unpkg-bot.herokuapp.com/ to:
1. get pull requests for any of your repos that need updating
2. lend your access tokens/rate limit towards updating all the other github users[![Build Status](https://img.shields.io/travis/ForbesLindesay/unpkg-bot/master.svg)](https://travis-ci.org/ForbesLindesay/unpkg-bot)
[![Dependency Status](https://img.shields.io/david/ForbesLindesay/unpkg-bot/master.svg)](http://david-dm.org/ForbesLindesay/unpkg-bot)
[![NPM version](https://img.shields.io/npm/v/unpkg-bot.svg)](https://www.npmjs.org/package/unpkg-bot)## Installation
```
npm install unpkg-bot --save
```## Usage
```js
var unpkgBot = require('unpkg-bot');// ...
```## License
MIT