Skip to content

alex-wells/hubot-pokedex

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hubot-pokedex

A hubot script that catches them all

See src/pokedex.coffee for full documentation.

Installation

In hubot project repo, run:

npm install hubot-pokedex --save

Then add hubot-pokedex to your external-scripts.json:

["hubot-pokedex"]

Sample Interaction

user1> hubot pokedex me 15
Hubot> http://pokeapi.co/media/img/15.png
Hubot> Pokemon name: Beedrill [poison bug]
        Attack: 90
        Defense: 40
        Catch rate: 0
        Abilities: swarm sniper
        # of Moves: 681

About

Gotta catch'em all

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CoffeeScript 66.5%
  • JavaScript 22.9%
  • Shell 10.6%