Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jetblue_plane_tracker

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jetblue_plane_tracker

  • 0.2.7
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

JetBlue Plane Tracker

A Ruby wrapper for JetBlue flights status tracker.

Installation

Install the gem via the CLI

	gem install jetblue_plane_tracker

or

Just add the following into your Gemfile and run bundle.

	gem 'jetblue_plane_tracker'

Usage

Instantiate the tracker

jbtracker = JetBluePlaneTracker::Tracker.new

Get a flight status by the departure and arrival city and its date:

flights = jbtracker.flight_status(origin: "SFO", destination: "JFK", date: "2015-07-31")

Get a flight status by the flight number and its date:

flights = jbtracker.flight_status(flight: 37, date: "2015-07-29")

Suggestions

  • Date Format is yyyy-mm-dd
  • Permited params are:
    • origin
    • destination
    • date
    • flight
    • date
  • Params origin and destination are valid IATA airport codes

FAQs

Package last updated on 11 Aug 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc