0.0.1 • Published 11 years ago

airvantage-api-nodejs v0.0.1

Weekly downloads
6
License
-
Repository
github
Last release
11 years ago

AirVantage Node.JS API Example

Getting

Getting with a clone

git clone git://github.com/vertexclique/airvantage-api-nodejs.git

and get dependencies with npm install

Getting via NPM

npm install -g airvantage-api-nodejs

Running

In clone directory you can do

node ./bin/airvantage-nodejs

or

npm start

It will serve from http://localhost:3000

If you get it through NPM use just

airvantage-api-nodejs in command line

and it will serve from http://localhost:3000