js-gym
TypeScript icon, indicating that this package has built-in type declarations

1.0.5 • Public • Published

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.

Package Sidebar

Install

npm i js-gym

Weekly Downloads

34

Version

1.0.5

License

ISC

Unpacked Size

35.2 kB

Total Files

5

Last publish

Collaborators

  • christiansahlstrom