Skip to content
This repository was archived by the owner on Jul 31, 2021. It is now read-only.
/ artist-albums Public archive

Receive the albums and songs of a spotify artist.

Notifications You must be signed in to change notification settings

MujyKun/artist-albums

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grab Spotify Artist Albums and Songs

This project is no longer maintained. This was one of my first projects and may still work, but it's inefficient.

This program allows users to access the /artist/{artist-id} endpoint and get back a JSON of the Singles and Albums from that artist as well as the songs in those albums and filtering out specific albums.

Hosted on port 5454 (http://127.0.0.1:5454)

Endpoint:

  • /artist/{artist-id} - The artist id is expected to be spotify's artist id.

Optional:

This is the expected JSON format for existing albums
Any albums in this body will be removed from the request.

Name of the key value does not matter.
{
    "album1": album-id,
    "album2": album-id,
    ...
}

About

Receive the albums and songs of a spotify artist.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published