2.3.0 • Published 4 years ago

node-bird-lite v2.3.0

Weekly downloads
3
License
ISC
Repository
-
Last release
4 years ago

node-bird-lite

An API for Bird Scooters This is the Lite Version of https://github.com/jzarca01/node-bird

Usage

const Bird = require("node-bird-lite");
const bird = new Bird();

For a cool example, see example/index.js

Log in

bird.login();

Get Scooters Nearby

bird.getScootersNearby(latitude, longitude, (radius = 500));
radius in meters;

Get config by location

bird.getConfigByLocation({ latitude, longitude });