Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate Exercise DBs and APIs to Integrate into the App #2

Closed
rbondoc96 opened this issue Dec 3, 2022 · 1 comment
Closed

Investigate Exercise DBs and APIs to Integrate into the App #2

rbondoc96 opened this issue Dec 3, 2022 · 1 comment

Comments

@rbondoc96
Copy link
Member

[Description]
Need to find an Exercise DB / API that has a library of different exercises. Ideally, each exercise would have:

interface Exercise {
    name: string;
    difficulty: string | Enum<number>;
    primaryMuscles: string[]
    secondaryMuscles: string[],
    instructions: string;
}

[Acceptance Criteria]

  • Largely free, if not completely free at small usage levels.
@rbondoc96 rbondoc96 added this to Kratos Dec 3, 2022
@rbondoc96 rbondoc96 converted this from a draft issue Dec 3, 2022
@rbondoc96 rbondoc96 self-assigned this Dec 3, 2022
@rbondoc96 rbondoc96 removed their assignment Mar 5, 2023
@rbondoc96
Copy link
Member Author

Closing due to #11

@github-project-automation github-project-automation bot moved this from Backlog 📝 to Done ✅ in Kratos Dec 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

1 participant