Skip to content

Commit

Permalink
readme.md added
Browse files Browse the repository at this point in the history
  • Loading branch information
suvojitd79 authored Apr 6, 2019
1 parent bb0676e commit 639fb7c
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@

# Movie-Map(Stage-2)

API based android application.(Movies information,trailers,reviews and movie recommendations are included so far)

## Use

Just copy your own api key in string.xml(app->src->main->res->values->string.xml)

```
<resources>
<string name="api_key">paste your key here</string>
</resources>
```

### Contributing
Pull requests are welcome. For major changes, please report an issue first to discuss what you would like to change.



0 comments on commit 639fb7c

Please sign in to comment.