Shard Detail

citibike vv0.1.1

A simple wrapper over the NYC CIti Bike GBFS feed.
citibike crystal gbfs

Install & Use

Add the following code to your project's shard.yml under:

dependencies to use in production
- OR -
development_dependencies to use in development


citibike:
  github: woodruffw/citibike.cr

Readme

citibike.cr

license

A simple wrapper over the NYC Citi Bike GBFS feed.

Uses the feed's TTL to cache requests.

Installation

Add this to your application's shard.yml:

dependencies:
  citibike:
    github: woodruffw/citibike.cr

Usage

require "citibike"

# play with these five methods:
CitiBike.system_regions
CitiBike.system_information
CitiBike.station_information
CitiBike.system_alerts
CitiBike.station_status

Contributing

  1. Fork it (https://github.com/woodruffw/citibike/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

  • woodruffw William Woodruff - creator, maintainer