Go to file
MICHAEL JACKSON 9c042e6368 Style tweaks 2017-12-13 16:22:58 -08:00
client Prettify 2017-11-25 13:25:01 -08:00
config Prettify 2017-11-25 21:24:49 -08:00
docs Return JSON from /_publicKey 2017-11-13 21:33:04 -08:00
public Add /_stats endpoint 2017-08-22 08:52:30 -07:00
scripts Prettify 2017-11-25 21:24:49 -08:00
server Style tweaks 2017-12-13 16:22:58 -08:00
.gitignore Add API docs 2017-11-11 23:33:24 -08:00
.nvmrc Use node 8.4.x in production, 8.4.0 on Travis 2017-11-11 20:43:44 -08:00
.travis.yml Use node 8.4.x in production, 8.4.0 on Travis 2017-11-11 20:43:44 -08:00
Procfile Rename logs worker 2017-08-22 17:22:19 -07:00
Procfile.dev Add dev script 2017-10-16 15:20:06 -07:00
README.md Add dev script 2017-10-16 15:20:06 -07:00
package.json Remove unneeded dep 2017-12-13 15:49:26 -08:00
public.key Add auth and blacklist APIs 2017-11-11 12:18:13 -08:00
server.js Style tweaks 2017-11-25 20:28:55 -08:00
yarn.lock Remove unneeded dep 2017-12-13 15:49:26 -08:00

README.md

unpkg

unpkg is a fast, global CDN for everything on npm.

The project is sponsored by Cloudflare and Heroku.

Development

To start the server, use yarn dev. This will start the backend so the website (which is really just a static HTML file) can serve as a proxy for package requests. Then, start the app in another shell with yarn start.