mirror of
https://github.com/BradNut/graphbrainz
synced 2025-09-08 17:40:32 +00:00
Link to Last.fm extension
This commit is contained in:
parent
5c411ed79d
commit
edeabeecac
2 changed files with 10 additions and 1 deletions
|
|
@ -7,7 +7,8 @@
|
||||||
[](https://github.com/exogen/graphbrainz/blob/master/LICENSE)
|
[](https://github.com/exogen/graphbrainz/blob/master/LICENSE)
|
||||||
|
|
||||||
A [GraphQL][] schema, [Express][] server, and middleware for querying the
|
A [GraphQL][] schema, [Express][] server, and middleware for querying the
|
||||||
[MusicBrainz][] API.
|
[MusicBrainz][] API. It features an [extensible](./docs/extensions) schema to
|
||||||
|
add integration with Last.fm, fanart.tv, and more!
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
npm install graphbrainz --save
|
npm install graphbrainz --save
|
||||||
|
|
|
||||||
|
|
@ -73,6 +73,14 @@ See their respective documentation pages for schema info and config options.
|
||||||
* [TheAudioDB](./the-audio-db.md): Retrieve images and information about artists,
|
* [TheAudioDB](./the-audio-db.md): Retrieve images and information about artists,
|
||||||
releases, and recordings from TheAudioDB.com.
|
releases, and recordings from TheAudioDB.com.
|
||||||
|
|
||||||
|
## More Extensions
|
||||||
|
|
||||||
|
The following extensions are published separately, but can easily be added to
|
||||||
|
GraphBrainz by installing them:
|
||||||
|
|
||||||
|
* [Last.fm](https://github.com/exogen/graphbrainz-extension-lastfm): Retrieve
|
||||||
|
artist, release, and recording information from [Last.fm](https://www.last.fm/).
|
||||||
|
|
||||||
## Extension API
|
## Extension API
|
||||||
|
|
||||||
The core idea behind extensions comes from the [schema stitching][] feature
|
The core idea behind extensions comes from the [schema stitching][] feature
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue