An open API service indexing awesome lists of open source software.

https://github.com/daumann/imdb-compare-shows


https://github.com/daumann/imdb-compare-shows

Last synced: about 1 year ago
JSON representation

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!