Skip to content
This repository has been archived by the owner on Feb 17, 2018. It is now read-only.
/ Velo Public archive

Program for gathering Velo status and pushing to InfluxDB

License

Notifications You must be signed in to change notification settings

pminnebach/Velo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About velo.go

This app downloads the bike availability statistics from the velo availability_map and pushes it to an InfluxDB server.

Docker

Build docker image

docker build -t velo .

Run docker image

Substitute the environment variables with your own

 docker run -d \
    --name=velo
    -e "INFLUXDB_HOST=http://localhost:8086" \
    -e "INFLUXDB_DATABASE=test" \
    -e "INFLUXDB_USERNAME=root" \
    -e "INFLUXDB_PASSWORD=root" \
    -e "VELO_URL=https://..." \
    velo

About

Program for gathering Velo status and pushing to InfluxDB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages