An open API service indexing awesome lists of open source software.

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

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
```