Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adamgibbons/bob-ross
Explores FiveThirtyEight's data on the great painter and philosopher, Bob Ross
https://github.com/adamgibbons/bob-ross
bob-ross bobross bulma fivethirtyeight flexbox painting vue vuejs
Last synced: 2 days ago
JSON representation
Explores FiveThirtyEight's data on the great painter and philosopher, Bob Ross
- Host: GitHub
- URL: https://github.com/adamgibbons/bob-ross
- Owner: adamgibbons
- Created: 2018-02-24T20:48:34.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-10-26T17:32:54.000Z (about 4 years ago)
- Last Synced: 2024-11-06T08:07:23.395Z (about 2 months ago)
- Topics: bob-ross, bobross, bulma, fivethirtyeight, flexbox, painting, vue, vuejs
- Language: JavaScript
- Homepage: http://bob-ross-explorer.s3-website.us-east-2.amazonaws.com/
- Size: 133 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Bob Ross Explorer 🎨
I'm a big Bob Ross fan, and I recently came across a great [statistical analysis](https://fivethirtyeight.com/features/a-statistical-analysis-of-the-work-of-bob-ross/) on his work from FiveThirtyEight.
The accompanying data set is [available on Github](https://github.com/fivethirtyeight/data/blob/master/bob-ross/elements-by-episode.csv), so I thought it'd be a fun opportunity to combine three things I love: Vue.js, Bob Ross, and data!The finished product is available here:
http://bob-ross-explorer.s3-website.us-east-2.amazonaws.com/## Build Setup
``` bash
# install dependencies
npm install# serve with hot reload at localhost:8080
npm run dev# build for production with minification
npm run build# build for production and view the bundle analyzer report
npm run build --report
```For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).