https://github.com/switz/phishvids
Phish Videos sorted by year, show, and setlist. Built with DerbyJS.
https://github.com/switz/phishvids
Last synced: 8 months ago
JSON representation
Phish Videos sorted by year, show, and setlist. Built with DerbyJS.
- Host: GitHub
- URL: https://github.com/switz/phishvids
- Owner: switz
- License: other
- Created: 2012-12-03T06:48:33.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-06-07T01:22:15.000Z (about 13 years ago)
- Last Synced: 2024-04-14T01:51:44.325Z (about 2 years ago)
- Language: CoffeeScript
- Homepage: http://phishvids.com
- Size: 703 KB
- Stars: 7
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](http://travis-ci.org/switz/phishvids)
# PhishVids
## More here soon!
If you have any questions in the meantime, you can email me at d@phishvids.com.
## Directory Structure
/public -- public files served through express
/src -- coffeescript source
/api -- external APIs
/app -- derby app
/extras -- extraneous scripts
/lib -- external modules
/server -- server files (express, derby server)
/styles -- stylus css
/ui -- derby components
/views - derby html templates
## Tests
To run tests please install [Webspecter](https://github.com/jgonera/webspecter) and then execute the following command
webspecter tests/test.coffee
## Config
This will not run without a file at `src/api/config.json`.
{
"phishnetAPI":"",
"youtubeAPI":""
}
You can get a Phish.net API key from [here](http://api.phish.net/).
## Setlist data
All setlist data is courtesy of the Mockingbird Foundation. Thanks to them, this is all possible.
[](http://githalytics.com/switz/phishvids)