Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chaseconey/hubot-pokedex
Gotta catch'em all
https://github.com/chaseconey/hubot-pokedex
Last synced: 11 days ago
JSON representation
Gotta catch'em all
- Host: GitHub
- URL: https://github.com/chaseconey/hubot-pokedex
- Owner: chaseconey
- Created: 2014-07-24T00:08:59.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-12-04T12:31:53.000Z (about 7 years ago)
- Last Synced: 2024-12-14T12:31:15.417Z (about 1 month ago)
- Language: CoffeeScript
- Size: 183 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hubot-pokedex
A hubot script that catches them all
See [`src/pokedex.coffee`](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`:
```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
```