An open API service indexing awesome lists of open source software.

https://github.com/shystruk/marlinspike-slot

🎮 Full stack JavaScript application. The game which can display a random outcome generated on the server.
https://github.com/shystruk/marlinspike-slot

express fullstack javascript nodejs

Last synced: 4 months ago
JSON representation

🎮 Full stack JavaScript application. The game which can display a random outcome generated on the server.

Awesome Lists containing this project

README

          

# **Marlinspike Slot** #
[![MIT Licence](https://badges.frapsoft.com/os/mit/mit.svg?v=103)](https://opensource.org/licenses/mit-license.php)

Full stack javascript application. The game which can display a random outcome generated on the server.

![](demo.gif)

Marlinspike Slot has been tested on major browsers Chrome/Opera/Firefox/Safari/IE and Device Mode (iPhone 5, Galaxy S5, iPad) on Chrome :)

## **START** ##

**!!!** go to root directory *marlinspike-slot/* and then:

1. **npm install**

1. **npm start**

1. Go to **http://127.0.0.1:777/**

### **BONUS** ###
After **10 tries** you will have the chance to get the bonus if you have **"No Win!"**.

### **Run server tests** ###

**!!!** go to root directory *marlinspike-slot/* and then:

1. **npm start**: and leave server working

1. **npm test**: (run tests ones)

Or run with watch flag - **mocha tests --recursive --watch**

**!!!**The recursive flag will find all files in subdirectories, and the watch flag will watch all your source and test files and rerun the tests when they change.