Get Tweets based on specific keywords
Request parameter | Value type | Value |
---|---|---|
keyword | string | The keyword that you would like to search |
This method returns a JSON object containing the Tweet as well as other relevant information
Grab the Wikipedia page of an artist/song
Request parameter | Value type | Value |
---|---|---|
article | string | The name of the artist or song |
This method returns a String excerpt from Wikipedia:
Response | Value type | Value |
---|---|---|
excerpt | string | The excerpt of the Wikipedia article |
Grab a list of the top tracks by a given artist.
Request parameter | Value type | Value |
---|---|---|
artist | string | The name of the artist that you would like to search |
This method returns a JSON object containing the top tracks by the artist as well as other related information.
Grab a list of the similar tracks based on a given song name.
Request parameter | Value type | Value |
---|---|---|
song | string | The name of the song that you would like to search |
This method returns a JSON object containing the tracks that are similar to the song that was searched.
###python ###flask (backend for web architecture) ###restful API ###HEROKU ###Git ###Google Maps/Geocoder