Coder Social home page Coder Social logo

octranspo_fetch's Introduction

Wrapper around OC Transpo API

Example:

require 'octranspo_fetch'

oct = OCTranspo.new({application_id: "xxx", application_key: "yyy"})

trips = oct.simple_get_next_trips_for_stop '0867'
# Limit to 5 results
trips = trips[0...5]
trips.each do |trip|
    puts "Route: #{trip[:route_no]} to #{trip[:destination]} arrives in #{trip[:adjusted_schedule_time]} minutes"
end

History:

  • 0.0.4 - Better differentiate between getting back bad results from OC Transpo vs. getting back no results.
  • 0.0.3 - Add better caching support.
  • 0.0.2 - Fix bug where we were adding to the adjusted_schedule_time for cached trips, when we should have been subracting from it.
  • 0.0.1 - Initial release.

octranspo_fetch's People

Contributors

kevinross avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.