Skip to content

Filtered is an app where users can sort their Apple Music library to create playlists.

Notifications You must be signed in to change notification settings

rubb3rDucc/filtered

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Filtered

Filtered is an app where users can sort their Apple Music library to create playlists.

Technologies Used

  • Database
    • PostgreSQL
  • Frontend
    • React
  • Backend
    • NodeJS

Installation

Preflight information

  • You will need your own Apple Developer Token to develop or use this App
  • Before doing the token refresh, create a /tmp folder (i.e., filtered/tmp) in the base folder and create the following files:
    • developerAPIToken.txt
    • userAPIToken.txt
    • tempLibraryDB.json
      • stores user Apple Music Library before sending it to the database
  • To refresh the generated user and developer API tokens (which expire after 10 minutes), navigate to http://localhost:3000

Developing

  • backend (in the base folder, "/")
npm run dev
  • frontend
cd /frontend
npm run start

Usage

idk tba

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

Filtered is an app where users can sort their Apple Music library to create playlists.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published