Skip to content

livebots/livebots.cc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jan 28, 2014
ebfaad5 · Jan 28, 2014

History

29 Commits
Jan 13, 2014
Jan 18, 2014
Jan 18, 2014
Jan 28, 2014
Jan 22, 2014
Jan 28, 2014
Nov 11, 2013
Jan 13, 2014
Jan 16, 2014
Jan 16, 2014

Repository files navigation

livebots.cc Client app

Development

When you change .js files in ./lib, run browserify by:

$ npm run dist

You can start the app by:

$ npm start

Or with nodemon by:

$ npm run mon

Automate

# set the permissions to be able to execute, just once
$ chmod +x bin/watch.js
$ bin/watch.js

Notes for API: BadDigest: 400, BadMethod: 405, InvalidArgument: 409, InvalidContent: 400, InvalidCredentials: 401, InvalidHeader: 400, InvalidVersion: 400, MissingParameter: 409, NotAuthorized: 403, PreconditionFailed: 412, RequestExpired: 400, RequestThrottled: 429, ResourceNotFound: 404, WrongAccept: 406