Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hakobe/tray

show images on tray
https://github.com/hakobe/tray

Last synced: 8 days ago
JSON representation

show images on tray

Awesome Lists containing this project

README

        

# tray

tray はドラッグアンドドロップでアップロードした画像が12枚のパネルに表示される、お手軽な画像アップローダです。

![画面の例](https://raw.github.com/hakobe/tray/master/README/tray_img0.png)

## 特徴
- 画像を12枚のパネルに表示
- ドラッグアンドドロップによる画像のアップロード
- リアルタイムでのパネルの同期
- アップロードの仕方を工夫して楽しめる

## インストールと実行
```sh
$ brew install node
$ brew install redis

$ git clone https://github.com/hakobe/tray.git
$ cd tray
$ npm install
$ node app.js
```

## 実行例
![画面の例](https://raw.github.com/hakobe/tray/master/README/tray_img1.png) ![画面の例](https://raw.github.com/hakobe/tray/master/README/tray_img2.png)