UNPKG

thaw-reversi-web-service

Version:
33 lines (25 loc) 1.45 kB
# thaw-reversi-web-service An Express.js Reversi (Othello) Web service. [![Build Status](https://secure.travis-ci.org/tom-weatherhead/thaw-reversi-web-service.svg)](https://travis-ci.org/tom-weatherhead/thaw-reversi-web-service) [![npm](https://img.shields.io/npm/v/thaw-reversi-web-service.svg)](https://www.npmjs.com/package/thaw-reversi-web-service) [![npm](https://img.shields.io/npm/dm/thaw-reversi-web-service.svg)](https://www.npmjs.com/package/thaw-reversi-web-service) [![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/tom-weatherhead/thaw-reversi-web-service/blob/master/LICENSE) [![Maintainability](https://api.codeclimate.com/v1/badges/d8747b93755d44596ab6/maintainability)](https://codeclimate.com/github/tom-weatherhead/thaw-reversi-web-service/maintainability) [![Known Vulnerabilities](https://snyk.io/test/github/tom-weatherhead/thaw-reversi-web-service/badge.svg?targetFile=package.json&package-lock.json)](https://snyk.io/test/github/tom-weatherhead/thaw-reversi-web-service?targetFile=package.json&package-lock.json) ## Git Installation Instructions ``` git clone https://github.com/tom-weatherhead/thaw-reversi-web-service.git cd thaw-reversi-web-service npm install -g grunt npm install grunt npm start ``` Note: The command "grunt" runs lint and unit tests. ## npm Installation Instructions ``` npm install -g thaw-reversi-web-service thaw-reversi-web-service ``` ## License MIT