Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tom-weatherhead/thaw-reversi-web-service
An Express.js Reversi (Othello) Web service.
https://github.com/tom-weatherhead/thaw-reversi-web-service
Last synced: about 8 hours ago
JSON representation
An Express.js Reversi (Othello) Web service.
- Host: GitHub
- URL: https://github.com/tom-weatherhead/thaw-reversi-web-service
- Owner: tom-weatherhead
- License: mit
- Created: 2017-09-06T19:36:49.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-23T23:53:20.000Z (almost 2 years ago)
- Last Synced: 2024-10-03T01:44:33.147Z (about 2 months ago)
- Language: JavaScript
- Size: 1.5 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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