https://github.com/daumann/imdb-compare-shows
https://github.com/daumann/imdb-compare-shows
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/daumann/imdb-compare-shows
- Owner: daumann
- License: mit
- Created: 2017-09-03T21:06:31.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-10T00:27:43.000Z (almost 9 years ago)
- Last Synced: 2025-04-03T14:43:50.900Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://daumann.github.io/imdb-compare-shows/
- Size: 378 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# imdb-compare-shows
[Live example](https://daumann.github.io/imdb-compare-shows/)
This [React](https://facebook.github.io/react/) based [Material UI](http://www.material-ui.com/) application uses the [OMDb API](http://www.omdbapi.com/) and [React Google Charts](https://github.com/RakanNimer/react-google-charts) to plot TV shows
by IMDB ratings and episodes.
## Installation
Add your own [OMDb API](http://www.omdbapi.com/) here: https://github.com/daumann/imdb-compare-shows/blob/master/src/components/showSearchAndPlot.js#L28
then install and start the app:
```bash
$ npm install
$ npm start
```
If you are hosting your app on gh-pages (like this one), you need to change the relative path here:
https://github.com/daumann/imdb-compare-shows/blob/master/index.html#L94-L95
then you can build the bundle with:
```bash
$ npm run build
```
MIT licensed - have fun!