mkg0 / fitx-crawler

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 100.0%