0.1.0 • Published 10 years ago

npm-orchestrate v0.1.0

Weekly downloads
1
License
ASLv2
Repository
-
Last release
10 years ago

NPM Orchestrate Build Status Coverage Status

Replicate NPM's metadata into an Orchestrate collection.

Install

sudo npm install -g npm-orchestrate

Usage

export ORCHESTRATE_API_KEY=YOUR_API_KEY
npm-orchestrate

Deploy to Heroku

git clone [repo]
cd npm-orchestrate
heroku create
heroku config:set ORCHESTRATE_API_KEY=YOUR_API_KEY
git push heroku master

Tests

The tests require a valid API key to run. To set it, do this:

export ORCHESTRATE_API_KEY=YOUR_API_KEY

Then, run the tests:

npm test

License

ISC, yo.