Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
darsh2 committed May 5, 2016
1 parent 0334cf7 commit 6feb366
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ Current features:

Screencast can be found [here](https://youtu.be/Pym0W35S7Gc).

## How to use
Either clone this repository using git or download as zip (and unzip). In app/build.gradle file,
```gradle
buildConfigField "String", "TMDB_API_KEY", "\"YOUR_TMDB_API_KEY\""
```
replace YOUR_TMDB_API_KEY with your api key for TMDb.

## Attribution
This product uses the [TMDb API](https://www.themoviedb.org/documentation/api/) but is not endorsed or certified by TMDb.

Expand Down

0 comments on commit 6feb366

Please sign in to comment.