SkillAgentSearch skills...

Oura

Web app guide to interface the Oura Cloud API. ๐Ÿ˜ด๐Ÿ’

Install / Use

/learn @mindatasleep/Oura
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Oura Flask app

Introductory guide to create an app with Flask and MySQL to request data from the Oura Cloud API. See documentation for the complementairy, more technical, walkthrough on deploying the app using Docker, Rails, GitLab, and DigitalOcean.

See: https://mindatasleep.github.io/oura/

Running the app locally

Create oura_app_credentials.json in the root directory

{
    "CLIENT_ID": "YOUR_OURA_APP_CLIENT_ID",
    "CLIENT_SECRET": "YOUR_OURA_APP_CLIENT_SECRET"
}

Execute app from a virtual environment

python3 -m venv .venv
source .venv/bin/activate
pip3 install -r requirements.txt

python3 -m app.app

Host docs locally

cd docs/
bundle exec jekyll serve

Related Skills

View on GitHub
GitHub Stars10
CategoryDevelopment
Updated2y ago
Forks3

Languages

CSS

Security Score

60/100

Audited on Aug 10, 2023

No findings