Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

numutracker/numutracker_api

Repository files navigation

Numu Tracker API

This is the home for the third version of the Numu Tracker API. If you're not familiar with what Numu Tracker is, check out the iOS App repository to see what it is all about, or keep reading.

IMPORTANT NOTE: Numu Tracker shut down as of January, 2020, and development has ceased on this API.

About

The Numu Tracker API is a service that allows users to follow a list of musicians, and receive a personalized 'to-do list' of releases by those musicians that they need to listen to. Users can mark releases as "Listened" to check them off their list. Releases by artists can also be browsed individually, and the personalized release list can be filtered in various ways (by Album, EP, Single, Live Albums, Remixes, Other). Numu Tracker can also provide simple statistics letting a user know how much of their releases they've listened to. In the future, the service will provide recommendations from outside the user's library.

It supports an iOS app that receives push notifications of various types (which are sent by the API using Pusher Beams):

  1. On the day new releases come out.
    • And when recent (last 6 mos) releases are added.
  2. When upcoming releases are added.
  3. When past releases are added.

User privacy is very important to Numu Tracker. The official instance of Numu Tracker running at numutracker.com should feature a simple privacy policy that states that any user data (email address, the user's artist list and release listening history) will never be monetized for any reason, and any user activity (app usage, etc) is only shared with third parties when necessary in an effort to improve the software. (Ideally all analytics will happen in-house so that event his caveat is not required.)

What's new in v3?

APIv3 is being built to support the next generation of the iOS app. The main goals of the project are:

  1. Expand the Numu Tracker API to be more fully featured (e.g. support password reset requests)
  2. Better infrastructure / code architecture
  3. More FOSS friendly for local / distributed development.
  4. Improve the app experience with the following feature improvements:
    • Releases by multiple artists should be properly supported (no more duplicate releases).
    • You should be able to add individual releases to Your Releases without following the artist.
    • Links to Apple Music (or Spotify) should be handled server-side so that incorrect links can be corrected for all users.
    • Improved API performance / response times.
  5. Seamless account import between versions.
  6. Better library statistics.
  7. Some day: Recommendations!

To Install

  1. git clone https://github.com/amiantos/numutracker_api.git .
  2. docker-compose build
  3. docker-compose up

To seed the database with content, you can attach a shell to the API container and run flask import-artists (or hit one of the import endpoints as a registered user) and then run flask mb-processing.

API Access

The live production API can be accessed at https://api.numutracker.com. Note that you need an API key to access any endpoints, a development API key is available which provides access to only one account (test@test.com) if you're interested in using the Numu API in your own practice projects. You can find it in this repo if you go looking for it, or it's already set up in the endpoints.paw file in this repo.

If you would like unrestricted access to the production database for your own app, please contact me at info@numutracker.com.

Sponsors

Special thanks to Digital Ocean for providing hosting services for the API.

Additional thanks to Pusher for providing access to their Pusher Beams service to support cross-platform push notifications.

Author

See also the list of contributors.

Beta Testers

If you'd like to beta test versions of Numu Tracker for iOS, you can join via this TestFlight link.

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details

Acknowledgements

Numu Tracker wouldn't exist without the following services:

About

Numu Tracker API - Numu is an service for keeping track of new and old releases by your favorite musicians.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages