mirror of
https://github.com/BradNut/graphbrainz
synced 2025-09-08 17:40:32 +00:00
Update README.md
This commit is contained in:
parent
f095cd4de7
commit
740a499377
1 changed files with 5 additions and 3 deletions
|
|
@ -9,6 +9,11 @@ A [GraphQL][] schema, [Express][] server, and middleware for querying the
|
||||||
[MusicBrainz][] API. It features an [extensible](./docs/extensions) schema to
|
[MusicBrainz][] API. It features an [extensible](./docs/extensions) schema to
|
||||||
add integration with Discogs, Spotify, Last.fm, fanart.tv, and more!
|
add integration with Discogs, Spotify, Last.fm, fanart.tv, and more!
|
||||||
|
|
||||||
|
**[Try out the live demo!][demo]** :bulb: Use the “Docs” sidebar, the
|
||||||
|
[schema][], or the [types][] docs to help construct your query.
|
||||||
|
|
||||||
|
## Install
|
||||||
|
|
||||||
Install with npm:
|
Install with npm:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
|
@ -21,9 +26,6 @@ Install with Yarn:
|
||||||
yarn add graphbrainz
|
yarn add graphbrainz
|
||||||
```
|
```
|
||||||
|
|
||||||
**[Try out the live demo!][demo]** :bulb: Use the “Docs” sidebar, the
|
|
||||||
[schema][], or the [types][] docs to help construct your query.
|
|
||||||
|
|
||||||
_GraphBrainz is written and distributed as native Node.js ECMAScript modules
|
_GraphBrainz is written and distributed as native Node.js ECMAScript modules
|
||||||
(ESM) and requires a compatible version._
|
(ESM) and requires a compatible version._
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue