node-tappsi

1.0.4 • Public • Published

Temporarily(?) offline

Seems like SOME of Tappsi's dev team didn't like it so I'll be removing the code for a while.

node-tappsi

Wut?

Tappsi is yet another taxi e-hailing app, this is a tool that makes requests to the API used by their official web client (https://web.tappsi.co).

Usage

const Taxi = require('node-tappsi')

const locationObj = {
  countryCode: 'CO',
  city: 'Bogotá',
  neighborhood: 'Francisco Miranda',
  address: 'Carrera 7 bis # 106 - 33',
  lat: 4.685990,
  lng: -74.036284
}

// params: ( email, password, locationObject, tip(specified in the local currency) )

let taxi = new Taxi('user@example.com', 'myPassword', locationObj, 1000);

taxi.hail();

Readme

Keywords

none

Package Sidebar

Install

npm i node-tappsi

Weekly Downloads

0

Version

1.0.4

License

MIT

Last publish

Collaborators

  • diegocoy