Skip to content
This repository has been archived by the owner on Jan 22, 2021. It is now read-only.
/ fork.libretaxi Public archive
forked from ro31337/libretaxi

LibreTaxi, free and open source Uber/Lyft alternative to connect passengers and drivers.

License

Notifications You must be signed in to change notification settings

skylogin/fork.libretaxi

Repository files navigation

Cheap Taxi

Cheap Taxi, Telegram Bot (@cheaptaxi_bot)

Install & Configure

npm i
cp .env-sample .env

Update your .env file:

TELEGRAM_TOKEN - obtain your token here. Token should look like this:

177081234:AbcdeE3879823SKjwhk2934

STATEFUL_CONNSTR - Firebase connection string for stateful objects.

Example:

https://state-test.firebaseio.com/

Run

npm start

Tests

IMPORTANT Make sure 127.0.0.1 localhost.firebaseio.test is specified in your /etc/hosts. Look here for more info.

npm test

Documentation

Command below will generate documentation based on comments from source code:

npm run esdoc

About

LibreTaxi, free and open source Uber/Lyft alternative to connect passengers and drivers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.7%
  • Shell 0.3%