Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shincurry/tile-play
Tile Play is a web app that can show some (interesting) infomation.
https://github.com/shincurry/tile-play
Last synced: 4 days ago
JSON representation
Tile Play is a web app that can show some (interesting) infomation.
- Host: GitHub
- URL: https://github.com/shincurry/tile-play
- Owner: shincurry
- License: gpl-3.0
- Created: 2015-11-08T13:19:13.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-23T13:07:28.000Z (almost 9 years ago)
- Last Synced: 2024-04-18T06:19:57.147Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 56.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tile Play
Tile Play is a web app that can show some (interesting) infomation.
![Tile Play 2nd Version](http://windisco.qiniudn.com/tile-play-002.png)
Version 0.9 Beta
## Installation
```
$ git clone https://github.com/ShinCurry/Tile-Play.git
$ cd Tile-Play
$ cp config.example.js config.js
$ vi config.js
$ npm install
```## Configuration
```
var config = {
// Account
admin : {
username : "admin",
password : "admin"
},
// Database settings
database : {
dbName : "tiles.db"
},
// App settings
app : {
url : "127.0.0.1",
port : 3000
},
// Session Settings
session : {
secret : 'tileplay',
name : 'connect.sid'
}
};
```## Usage
```
$ npm start
```### Running Forever
#### Start```
npm install forever -g
forever start app.js
```
#### Stop```
forever stop app.js
````Tile Play` made in Node.js
## Demo
[Demo](http://tile-play.project.windisco.com)
## Reference
* [Express.js](http://expressjs.com)
* [Snap.svg](http://snapsvg.io)