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

unsync/veolia-client

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

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors