nhoway / airvantage-api-nodejs

Airvantage API Node.JS example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Airvantage API Node.JS example

License:MIT License


Languages

Language:CSS 46.7%Language:JavaScript 45.3%Language:Pug 8.1%