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

fitx-crawler

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fitx-crawler

### Install

1.1.0
npm
Version published
Maintainers
1
Created
Source

FitX Check-in Crawler

Install

npm install fitx-crawler

Usage

const data = await fitXCrawler({
  username: '{USER_NAME}',
  password: '{PASSWORD}',
  pupeteerArgs: ['--no-sandbox', '--disable-setuid-sandbox'],
})

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

FAQs

Package last updated on 07 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