An API for Wind bikes and boards
This is the lite version of node-wind
const Wind = require('node-wind-lite');
const wind = new Wind();
await wind.getBoardsNearby({
latitude,
longitude
});
When you're not logged in, you can only see the 3 nearest boards
await wind.getBikesNearby({
latitude,
longitude
});
When you're not logged in, you can only see the 3 nearest bikes
await wind.getParkingPortsNearby({
latitude,
longitude
});
await wind.getOperatingCountries();
await wind.getOperatingAreas();