eco-counter-organisations
v0.25.0
Published
A list of Eco Counter organisation IDs.
Downloads
5
Readme
eco-counter-organisations
A list of Eco Counter organisation IDs.
Installing
npm install eco-counter-organisations
Usage
The npm package contains a list of organisations, each with an ID and a name. An organisation is a set of counters. Using eco-counter-client
, you can get all counters in these organisations.
const orgs = require('eco-counter-organisations')
console.log(orgs)
[
{id: 26, name: 'Lahti'},
// …
{id: 89, name: 'City of Austin'},
// …
{id: 744, name: 'Demo public webpage for discussion'},
// …
{id: 3655, name: 'Lillehammer Kommune'},
// …
{id: 4054, name: 'Oslo Public'},
// …
{id: 4468, name: 'Downtown Halifax Public Page'},
// …
{id: 3902, name: 'Grand Lyon '},
// …
{id: 5447, name: 'Beijing University '},
// …
{id: 5737, name: 'Portal de Datos de Ciclovías'}
]
Contributing
If you have a question or have difficulties using eco-counter-organisations
, please double-check your code and setup first. If you think you have found a bug or want to propose a feature, refer to the issues page.