esigler / lita-flightaware

A FlightAware plugin for Lita

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lita-flightaware

Build Status MIT License RubyGems :: RMuh Gem Version Coveralls Coverage Code Climate Gemnasium

A FlightAware plugin for Lita.

Installation

Add lita-flightaware to your Lita instance's Gemfile:

gem "lita-flightaware"

Configuration

You'll need to get an API key and your Page ID, instructions for how to do so are here: http://flightaware.com/commercial/flightxml/key

Add the following variable to your Lita config file:

config.handlers.flightaware.api_key = '_your_key_here_'
config.handlers.flightaware.username = '_your_username_here_'

Usage

flight <flight number> - Show details for <flight number>

License

MIT

About

A FlightAware plugin for Lita

License:MIT License


Languages

Language:Ruby 100.0%