1.1.6 • Published 6 days ago

@unsync/grdf-client v1.1.6

Weekly downloads
-
License
MIT
Repository
github
Last release
6 days ago

grdf-client

usage

the 2captcha_key is an api key from https://2captcha.com that is the default provider to solve captcha.

const client = new GrdfClient({
  'pdl': 'string',
  'password': 'string',
  'mail': 'string',
  '2captcha_key': 'string'
})

// all history
const allEnergyData = await client.getEnergyData(null)

// all history from a date
const partialEnergyData = await client.getEnergyData(dayjs('2024-01-01'))
1.1.6

6 days ago

1.1.4

10 days ago

1.1.3

10 days ago

1.0.5

3 months ago

1.0.4

3 months ago

1.0.2

3 months ago

1.0.3

3 months ago

1.0.1

3 months ago

1.0.0

3 months ago