https://github.com/windyakin/presentimer
プレゼンタイマ的なやつ
https://github.com/windyakin/presentimer
Last synced: 3 months ago
JSON representation
プレゼンタイマ的なやつ
- Host: GitHub
- URL: https://github.com/windyakin/presentimer
- Owner: windyakin
- License: mit
- Created: 2015-02-20T12:42:13.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-02-18T04:04:28.000Z (over 10 years ago)
- Last Synced: 2025-01-06T17:17:41.770Z (over 1 year ago)
- Language: JavaScript
- Size: 700 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PresenTimer
ソケット通信でプレゼンタイマーを操作できるよ(実装は結構適当)

[YouTube](http://youtu.be/TwW4m24IIrg)
## Description
なんとなくSocket.IOが使いたかった。ついでにCreateJSの勉強も兼ねてるよ。
## Usage
Node.jsを使います。
```
$ npm install
$ node index.js
```
* 表示側
* [http://localhost:3000/](http://localhost:3000/)
* 操作側
* [http://localhost:3000/control](http://localhost:3000/control)
## Font
CreateJS内で表示に指定しているフォント。ローカル環境にインストールしてください。
* [PixelMplus](http://itouhiro.hatenablog.com/entry/20130602/font)
* [DSEG](http://www.keshikan.net/fonts.html) (DSEG7 Classic Mini)
## License
私が書いたコードについては[MIT License](https://github.com/windyakin/PresenTimer/blob/master/LICENSE)で提供されます。
それ以外のCreateJSやjQueryなどのライブラリについてはライブラリごとのライセンス規約に従います。
## Author
* [windyakin](http://windyakin.net)