Skip to content

jzarca01/node-wind-lite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-wind-lite

An API for Wind bikes and boards

This is the lite version of node-wind

Usage

const Wind = require('node-wind-lite');
const wind = new Wind();

Methods

Get boards (scooters) nearby

await wind.getBoardsNearby({
  latitude,
  longitude
});

When you're not logged in, you can only see the 3 nearest boards

Get bikes nearby

await wind.getBikesNearby({
  latitude,
  longitude
});

When you're not logged in, you can only see the 3 nearest bikes

Get parking ports nearby

await wind.getParkingPortsNearby({
  latitude,
  longitude
});

Get operating countries

await wind.getOperatingCountries();

Get operating areas

await wind.getOperatingAreas();

About

Lite version of node-wind

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published