New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

fitx-crawler

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fitx-crawler

### Install

1.2.0
latest
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created

FitX Check-in Crawler

Install

npm install fitx-crawler

Usage

const data = await fitXCrawler({
  username: '{USER_NAME}',
  password: '{PASSWORD}',
})

/* Sample result
  {
    entries: [
      {
        date: 2019-03-10T14:31:54.000Z,
        studioName: 'FitX berlin-east-side-mall',
        count: 1
      }
    ]
  }
*/

FAQs

Package last updated on 11 Jul 2020

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