0.01
No commit activity in last 3 years
No release in over 3 years
Small lita.io handler for interacting with the Destiny API
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0.8.1, ~> 0.8
>= 3.1.0, ~> 3.1
>= 0.6.3, ~> 0.6
>= 10.4.2, ~> 10.4
>= 3.0.0, ~> 3.0
>= 0.10.0, ~> 0.10
~> 1.3

Runtime

>= 0.1.5, ~> 0.1
~> 4.3
 Project Readme

lita-destiny

Gem Version Build Status Code Climate Coverage Status

Lita handler for interacting with the Destiny API

Installation

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

gem "lita-destiny"

Configuration

Add the config to your lita config file with your Bungie API key:

config.handlers.destiny_handler.api_key = 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'

I suggest adding config.robot.alias = "!" to your config file!