1.0.5 • Published 12 months ago

js-gym v1.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
12 months ago

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.

1.0.5

12 months ago

1.0.4

12 months ago

1.0.3

12 months ago

1.0.2

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago