https://github.com/omardelarosa/hubot-netrunner
a hubot script for fetching netrunner card info
https://github.com/omardelarosa/hubot-netrunner
Last synced: 8 months ago
JSON representation
a hubot script for fetching netrunner card info
- Host: GitHub
- URL: https://github.com/omardelarosa/hubot-netrunner
- Owner: omardelarosa
- License: mit
- Created: 2015-04-01T17:51:59.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-03T21:04:35.000Z (almost 10 years ago)
- Last Synced: 2024-12-28T22:20:40.867Z (10 months ago)
- Language: CoffeeScript
- Homepage:
- Size: 229 KB
- Stars: 1
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hubot: hubot-netrunner
A hubot script for retrieving netrunner card information
## Installation
Add **hubot-netrunner** to your `package.json` file:
```json
"dependencies": {
"hubot": ">= 2.5.1",
"hubot-scripts": ">= 2.4.2",
"hubot-netrunner": ">= 0.0.0"
}
```Add **hubot-netrunner** to your `external-scripts.json`:
```json
["hubot-netrunner"]
```Run `npm install hubot-netrunner`
Add **hubot-netrunner** to your `external-scripts.json`:
```json
["hubot-netrunner"]
```## Sample Interaction
```
user1>> hubot netrunner stimhack
hubot>> Stimhack
Stimhack initiates a run on any server and gives the Runner 9. It also has the following effect:External Links
This card is the namesake for the fan website Stimhack.com .http://ancur.wikia.com/wiki/Stimhack
```