TonalJS REST api #278
martijnmichel
started this conversation in
Show and tell
Replies: 4 comments
-
Thank you! Awesome! Bookmarked! |
Beta Was this translation helpful? Give feedback.
0 replies
-
What do you mean? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I just thought that, when calling https://tonaljs-rest-api.now.sh/ directly there should be sth else but an error message... but its just icing on the cake! :-) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Ive created a small REST api for tonaljs and deployed it on ZEIT.
https://tonaljs-rest-api.now.sh/
available urls for now are:
CHORD
list all chords > /chord
get one chord > /chord/:chordalias
get transposed > /chord/:root/:chordalias
SCALE
list all scales > /scale
get one scale > /scale/:scalename
get transposed > /chord/:root/:scalename
INTERVAL
list an interval > /interval/:name
tranposed > /interval/:root/:name
Lets see what we can do with it ;p
Beta Was this translation helpful? Give feedback.
All reactions