Skip to content

fitx check-in crawler for node. It automatically logs in and downloads pdf and generate check-in data through the PDF

Notifications You must be signed in to change notification settings

mkg0/fitx-crawler

Repository files navigation

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
      }
    ]
  }
*/

About

fitx check-in crawler for node. It automatically logs in and downloads pdf and generate check-in data through the PDF

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published