Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.35 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.35 KB

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.