Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benzhaomin/twitchcancerexplore
Angular website to display data coming from TwitchCancer
https://github.com/benzhaomin/twitchcancerexplore
angularjs twitch web
Last synced: 5 days ago
JSON representation
Angular website to display data coming from TwitchCancer
- Host: GitHub
- URL: https://github.com/benzhaomin/twitchcancerexplore
- Owner: Benzhaomin
- License: gpl-3.0
- Created: 2015-08-25T16:52:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T21:07:59.000Z (about 2 years ago)
- Last Synced: 2024-10-30T05:26:14.656Z (about 2 months ago)
- Topics: angularjs, twitch, web
- Language: JavaScript
- Homepage: https://cancerino.info
- Size: 2.67 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TwitchCancerExplore
Angular website to display chat cancer data coming from [TwitchCancer](https://github.com/Benzhaomin/TwitchCancer).
Live instance at https://cancerino.info.
## Build & development
### Requirements
- node / npm
- compass (Ruby gem)### Commands
- `npm install` to download all modules
- `grunt serve` to preview a dev version
- `grunt serve:dist` to preview a prod version
- `grunt` to test and build
- `docker-compose up -d` to build and then serve the full app from a container## Quotes
Quotes (mostly fake) can be contextually displayed around the website. Simply put
a list of quotes inside `/quotes.json`, following this format:```
{
"quote": "text",
"author": "text",
"channel": "channel page or nothing to disable",
"tags": ["contextual", "tags"]
}
```The list of quotes used by http://cancerino.info is at https://gist.github.com/Benzhaomin/253fa3ee8ac3da029bce
# License
> TwitchCancerExplore, an Angular website to display chat cancer data coming from TwitchCancer.
> Copyright (C) 2016 Benjamin Maisonnas> This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License version 3 as published by
the Free Software Foundation.> This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.> You should have received a copy of the GNU General Public License
along with this program. If not, see .