Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cat-in-the-dark/bikestation

Service for deploying automated station for renting bikes. Consist of android app(key), raspberyPi as station lock and server.
https://github.com/cat-in-the-dark/bikestation

Last synced: about 2 months ago
JSON representation

Service for deploying automated station for renting bikes. Consist of android app(key), raspberyPi as station lock and server.

Awesome Lists containing this project

README

        

BikeStation
===========

Service for deploying automated station for renting bikes. Consist of android app(key), raspberyPi as station lock and server.

## Raspberry Pi
```bash
sudo python -m rpi.main
```

## Server
```bash
cd server
rackup
```

## Android
Import project in IntellijIdea and build by gradle