node-bird-lite

2.3.0 • Public • Published

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 });

Readme

Keywords

none

Package Sidebar

Install

npm i node-bird-lite

Weekly Downloads

1

Version

2.3.0

License

ISC

Unpacked Size

18.6 kB

Total Files

6

Last publish

Collaborators

  • jzarca01