Link to Last.fm extension

This commit is contained in:
Brian Beck 2017-11-16 19:12:20 -08:00
parent 5c411ed79d
commit edeabeecac
2 changed files with 10 additions and 1 deletions

View file

@ -7,7 +7,8 @@
[![license](https://img.shields.io/npm/l/graphbrainz.svg)](https://github.com/exogen/graphbrainz/blob/master/LICENSE) [![license](https://img.shields.io/npm/l/graphbrainz.svg)](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

View file

@ -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