node-cityscoot-lite
v1.0.1
Published
Lite version of node-cityscoot
Downloads
3
Readme
node-cityscoot-lite
Lite version of node-cityscoot
Usage
const Cityscoot = require('node-cityscoot-lite');
const city = new Cityscoot();
For a cool example, see example/index.js
Get Scooters
await city.getScooters(cityId);
// Paris: 4
// Nice: 6
// Milan: 9
// Rome: 10
Get Scooter by code
await city.getScooter(cityId, scooterName);
// cityId: 4
// scooterName: 5193
Get zon es
await city.getZones();