Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cyberboyanmol/exercisedb-api
OpenSource ExerciseDB API is an exercises dataset api that allows users to access high-quality exercises data which consists 1300+ exercises. This API offers extensive information on each exercise, including target body parts, equipment needed, GIFs for visual guidance, and step-by-step instructions.
https://github.com/cyberboyanmol/exercisedb-api
backend-api backend-service exercise-database exercise-dataset exercisedb-api exercises fitness fitness-api fitness-app hono honojs open-api vercel-serverless workout-tracker
Last synced: about 1 month ago
JSON representation
OpenSource ExerciseDB API is an exercises dataset api that allows users to access high-quality exercises data which consists 1300+ exercises. This API offers extensive information on each exercise, including target body parts, equipment needed, GIFs for visual guidance, and step-by-step instructions.
- Host: GitHub
- URL: https://github.com/cyberboyanmol/exercisedb-api
- Owner: cyberboyanmol
- License: mit
- Created: 2024-03-03T05:07:32.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-28T19:27:50.000Z (3 months ago)
- Last Synced: 2024-10-01T00:03:13.371Z (about 1 month ago)
- Topics: backend-api, backend-service, exercise-database, exercise-dataset, exercisedb-api, exercises, fitness, fitness-api, fitness-app, hono, honojs, open-api, vercel-serverless, workout-tracker
- Language: TypeScript
- Homepage: https://exercisedb-api.vercel.app/docs
- Size: 250 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# ExerciseDB API
![GitHub License](https://img.shields.io/github/license/cyberboyanmol/exercisedb-api)
![GitHub Release](https://img.shields.io/github/v/release/cyberboyanmol/exercisedb-api)ExerciseDB API, accessible at [exercisedb-api.vercel.app](https://exercisedb-api.vercel.app/), is an exercises API that allows users to access high-quality exercises data which consists 1300+ exercises. This API offers extensive information on each exercise, including target body parts, equipment needed, GIFs for visual guidance, and step-by-step instructions.
## 📚 Documentation
Check out the [API documentation](https://exercisedb-api.vercel.app/docs) for detailed information on how to use the API.
## 📰 Changelog
For a detailed list of changes, see the [CHANGELOG](CHANGELOG.md).
## 🔌 Running Locally
> [!NOTE]
> You need `Bun(1.1.25+)` or `Node.js(v20+)`1. Clone the repository:
```sh
git clone https://github.com/cyberboyanmol/exercisedb-api
cd exercisedb-api
```2. Install the required dependencies:
```sh
bun install
```3. Launch the development server:
```sh
bun run dev
```## ☁️ Deploying Your Own Instance
You can easily deploy your own instance of the API by clicking the button below:
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/cyberboyanmol/exercisedb-api)
## 📜 License
This project is distributed under the [MIT License](https://opensource.org/licenses/MIT). For more information, see the [LICENSE](LICENSE) file included in this repository.