Inist-CNRS / node-jbj

Like XSL/XML but for JSON.
http://Inist-CNRS.github.io/jbj-playground/
13 stars 3 forks source link

JSONSelect installation number limited by GitHub #17

Open parmentf opened 8 years ago

parmentf commented 8 years ago

The version of JSONSelect used is the one forked by @touv , and which URL is https://github.com/touv/JSONSelect/archive/master.tar.gz (see package.json).

That means that JBJ installation is constrained in rate by unauthenticated GitHub requests rate limit: one can install JBJ from one IP at most 60 times per hour (this limit can go drastically down if your behind a proxy, and/or if you do other requests to GitHub from the same IP during same hours).

Maybe we should publish on npm the forked JSONSelect?