Skip to content
This repository was archived by the owner on Feb 8, 2026. It is now read-only.

Repository files navigation

veolia-client

usage

const client = new VeoliaClient({
  password: 'string',
  mail: 'string',
  pdl: 'string'
})

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

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

About

TypeScript client library for Veolia water service API. Fetch water consumption data programmatically via SOAP/XML web services.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages