2m / citywasp-api   2.0.4

GitHub

Scala API for Citybee car sharing application

Scala versions: 2.13 2.12

This is a Scala API for Citybee car sharing application. Currently it is capable of returning the list of all car descriptions and a list of all available cars.

Running

This library is intended to be used as a dependency from other applications. However this repository includes a small runnable application which lists all available cars. You can run it by one of the following:

coursier

coursier launch lt.dvim.citywasp::citywasp-cli:latest.release --

sbt

Checkout this repository to your computer and then run:

sbt stage
cli/target/universal/stage/bin/citywasp-cli

Usages

The only currently known usage of this library in the wild is the @kabrioletas and @fijatas Twitter bots.