js-gym
v1.0.5
Published
A lightweight js lib for getting gym exercises for each muscle group
Downloads
23
Maintainers
Readme
Gym exercises
A simple js lib for getting gym exercises for a specific muscle group. The data is built on our free API.
Usage
There are three main function to be consumed
Get all muscle groups
import { GymService } from "js-gym";
const gymService = new GymService();
gymService.getMuscleGroups();
Getting exercises for a muscle group
gymService.getByMuscleGroup("chest");
Getting exercises for a search string
gymService.findByExercise("bench press");
Other free projects and APIs
For more cool and free open source projects and APIs, check out our website
Documentation
For all documentation and information, please check out our documentation page.