#Evergram API
An API for Evergram
###Install Node.JS
In the terminal:
wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.24.0/install.sh | bash
nvm install stable
###Clone
git clone git@github.com:evergram/evergram-api.git
###Init
cd evergram-api
npm install
###Run
npm start
###Examples
http://localhost:8080/user/auth/instagram
###Testing
npm test
This will execute jshint
and jscs
for code style checks and the call mocha
to run tests in ./test