Skip to content

kenziebottoms/mixify-proxy-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a 40-line Node server, 30 lines of which are straight copypasta. Thanks to Blaise Roberts for the boilerplate code.

APIs supported

Make Goodreads queries

Example Goodreads API call:

https://www.goodreads.com/book/show/50.xml

How to make the same call through the proxy server:

http://mixify-proxy.herokuapp.com/gr/book/show/50.xml

Make Musixmatch queries

Example Musixmatch API call:

http://api.musixmatch.com/ws/1.1/track.search?q_artist=muse

How to make the same call through the proxy server:

http://mixify-proxy.herokuapp.com/mm/track.search?q_artist=muse

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%