Suggestions
Medito (open-source meditation app)
My fav meditation app. API keys are available by request, and their API documentation looks pretty good. https://github.com/meditohq/medito-app
My fav meditation app. API keys are available by request, and their API documentation looks pretty good. https://github.com/meditohq/medito-app
The API docs seems to suggest you can build an alternate client, but you can’t get details on the sessions a user has completed - am I missing something? For example a session object seems to not be a record of a completed session for a user, but just an audio session that a user is able to take. Unless we can track time spent meditating by an authenticated user, the API isn’t really useful for our use case.