Skip to content
This repository has been archived by the owner on Aug 26, 2019. It is now read-only.

rgardner/citi-bike-notifier

Repository files navigation

Citi Bike Notifier

Messages you after returning a Citi Bike.

This project is archived and is no longer active development.

The official Citi Bike apps now provide this functionality natively so this separate project is no longer needed.

Getting Started

git clone https://github.com/rgardner/citi-bike-notifier.git
cd citi-bike-notifier
bundle install
cp config.yml.example config.yml

In config.yml:

  1. Fill in your Citi Bike username and password
  2. Fill in your Twilio account sid, auth token, phone number
  3. Add your phone number (the number you want to send messages to)

To run in background:

nohup ruby driver.rb &

Releases

No releases published

Packages

No packages published

Languages