https://github.com/sebastianwd/allfm-api
graphql api for all things music
https://github.com/sebastianwd/allfm-api
graphql lastfm nodejs theaudiodb
Last synced: 6 months ago
JSON representation
graphql api for all things music
- Host: GitHub
- URL: https://github.com/sebastianwd/allfm-api
- Owner: sebastianwd
- Created: 2020-03-08T23:07:21.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T04:35:09.000Z (over 2 years ago)
- Last Synced: 2023-03-07T09:37:27.430Z (about 2 years ago)
- Topics: graphql, lastfm, nodejs, theaudiodb
- Language: JavaScript
- Size: 549 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AllFM API
This is a simple GraphQL API to query for artists and information about their albums and tracks.
It uses the LastFM and TheAudioDB APIs to get most of the data. It can also extract mp3 urls from tracks## Setup
yarn install
yarn run devGraphQL Voyager schema visualizer will be available at
http://localhost:3000/voyager