Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

js-gym

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js-gym

A lightweight js lib for getting gym exercises for each muscle group

  • 1.0.5
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
9
increased by350%
Maintainers
1
Weekly downloads
 
Created
Source

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.

Keywords

FAQs

Package last updated on 20 May 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc