Skip to content

Commit

Permalink
Remove all reference to an other project and update external reference
Browse files Browse the repository at this point in the history
  • Loading branch information
defro committed Apr 10, 2019
1 parent 310e476 commit 5720050
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
# FanArt TV API

[![Latest Version](https://img.shields.io/github/release/defro/google-streetview.svg?style=flat-square)](https://github.com/defro/google-streetview/releases)
[![Latest Version](https://img.shields.io/github/release/defro/fanart-api.svg?style=flat-square)](https://github.com/defro/fanart-api/releases)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)
[![Build Status](https://img.shields.io/travis/defro/google-streetview/master.svg?style=flat-square)](https://travis-ci.org/defro/google-streetview)
[![SensioLabsInsight](https://img.shields.io/sensiolabs/i/bb4e1360-2e06-4b1f-8c6f-57d99f2dafd9.svg?style=flat-square)](https://insight.sensiolabs.com/projects/bb4e1360-2e06-4b1f-8c6f-57d99f2dafd9)
[![StyleCI](https://styleci.io/repos/156726302/shield)](https://styleci.io/repos/156726302)
[![Total Downloads](https://img.shields.io/packagist/dt/defro/google-streetview.svg?style=flat-square)](https://packagist.org/packages/defro/google-streetview)
[![SensioLabsInsight](https://img.shields.io/sensiolabs/i/5d86f539-e1f9-4eb1-9c70-907a68aa8e9b.svg?style=flat-square)](https://insight.sensiolabs.com/projects/5d86f539-e1f9-4eb1-9c70-907a68aa8e9b)
[![Total Downloads](https://img.shields.io/packagist/dt/defro/fanart-api.svg?style=flat-square)](https://packagist.org/packages/defro/fanart-api)

This package can get move, tv series, music image from [fanart.tv](https://fanart.tv). Here's a quick example:

Expand All @@ -14,7 +12,7 @@ $client = new \GuzzleHttp\Client();
$fanArt = new Defro\FanArt\Api($client);
$images = $fanArt
->setApiKey('YOUR_FANART_API_KEY')
->getMovieImages(857) // Saving Private Ryan
->getMovieImages(857) // The Movie DB ID of Saving Private Ryan
;
```

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "defro/fanart-api",
"description": "FanArt API library",
"type": "library",
"homepage": "https://github.com/defro/google-streeview",
"homepage": "https://github.com/defro/fanart-api",
"keywords":
[
"fanart",
Expand Down

0 comments on commit 5720050

Please sign in to comment.