Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 499 Bytes

README.md

File metadata and controls

31 lines (16 loc) · 499 Bytes

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