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

https://github.com/windyakin/presentimer

プレゼンタイマ的なやつ
https://github.com/windyakin/presentimer

Last synced: 3 months ago
JSON representation

プレゼンタイマ的なやつ

Awesome Lists containing this project

README

          

# PresenTimer

ソケット通信でプレゼンタイマーを操作できるよ(実装は結構適当)

![demo](http://share.gifyoutube.com/y0Egxz.gif)

[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)