Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arashm/serialgraphy
A 7 Day Airtime Guide for American Shows Written In Ember.js
https://github.com/arashm/serialgraphy
Last synced: 7 days ago
JSON representation
A 7 Day Airtime Guide for American Shows Written In Ember.js
- Host: GitHub
- URL: https://github.com/arashm/serialgraphy
- Owner: arashm
- License: mit
- Created: 2013-11-17T15:47:52.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-23T16:02:36.000Z (almost 11 years ago)
- Last Synced: 2024-04-16T06:17:24.645Z (7 months ago)
- Language: CSS
- Homepage: http://arashm.github.io/SerialGraphy/
- Size: 590 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
SerialGraphy
============A 7 day airtime guide for American shows coded in [Ember.js](http://emberjs.com) and CSS3. Originally written by [Sallar Kaboli](https://github.com/sallar/serialgraphy) with AngularJS.
## See it alive!
There's one available [here](http://arashm.github.io/SerialGraphy/)![](https://dl.dropboxusercontent.com/u/27475633/Photo/SerialGraphy.png)
Browser Compatibility
=====================
Since it uses CSS3 it only works on modern browsers and IE9+.## Developing
You need Ruby to install dependencies. Grab your copy of this git repository. Enter the following command to setup environment:
```bash
bundle install
```For running the server enter:
```bash
bundle exec middleman server
```then go to `http://localhost:4567` and everything is there. Middleman will refresh the page with every change you make to each source file.
## License
The MIT License (MIT)
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.