Skip to content

A TypeScript wrapper around EEProperty's Private API (used by the FMEL)

Notifications You must be signed in to change notification settings

polysource-projects/eeproperty-wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EEProperty API Wrapper

A TypeScript wrapper around EEProperty's Private API (used by the FMEL).

Example

import { login, fetchMachines } from 'eeproperty-api-wrapper';

const authenticationToken = await login('code immeuble', 'code personnel');

const machines = await fetchMachines(authenticationToken);

console.log(machines);

/*
[
    {
        costPerCycle: 290,
        number: 3,
        pricing: "INCLUSIVE",
        room: "XXXX",
        state: "DEACTIVATED",
        type: "WASHER"
    },
    ...
]
*/

About

A TypeScript wrapper around EEProperty's Private API (used by the FMEL)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published