https://github.com/maxpleaner/mindless
web interface for browsing youtube playlists
https://github.com/maxpleaner/mindless
Last synced: 5 months ago
JSON representation
web interface for browsing youtube playlists
- Host: GitHub
- URL: https://github.com/maxpleaner/mindless
- Owner: MaxPleaner
- Created: 2016-08-09T07:24:30.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-10T08:47:28.000Z (almost 10 years ago)
- Last Synced: 2025-01-29T12:14:52.157Z (over 1 year ago)
- Language: HTML
- Homepage: http://maxpleaner.github.io/mindless
- Size: 163 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mindless
This is a website for browsing youtube playlists.
It's built with [static](http://github.com/maxpleaner/static), a small framework I've built for making this kind of tag/grid site.
It also uses [genrb](http://github.com/maxpleaner/genrb), a build system i concocted to compile slim, coffeescript, and sass files and watch changes using [guard](https://github.com/guard/guard)
This site alters [static](http://github.com/maxpleaner/static) only slightly:
- an additional method is added to [seed.rb](./seed.rb) to scrape data off youtube
- This seed has been run a bunch of times, so there are many markdown files in [source/markdown/](./source/markdown/)
- [source/scripts/app.coffee](./source/scripts/app.coffee) has been customized to improve performance when many youtube videos are embedded on the page
and really that's it.
Definitely see [static](http://github.com/maxpleaner/static) for more info on the framework.