Skip to content

Austinpayne/node-chess-js-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.js chess-js REST API server

server.js requires node v4.4.7 (use nvm (https://github.com/creationix/nvm) to use specific node version in a virtual environment)

Dependencies:

Install node using nvm (see above):

  1. nvm install 4.4.7
  2. nvm use 4.4.7

Install dependencies and start server:

  1. npm install
  2. npm start (can also use node server.js)

python-http-client requires Python 2.7 and Requests. See http://docs.python-requests.org/en/master/user/install/#install for Requests installation instructions (using pipenv)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published