hubot-wikipedia
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "hubot-wikipedia", | ||
"description": "A Hubot script for interacting with Wikipedia's API (searching for articles and returning extracts).", | ||
"version": "0.0.1", | ||
"author": "Ian Lai <ian@fyianlai.com>", | ||
"version": "0.0.2", | ||
"author": "Ian Lai <os@fyianlai.com>", | ||
"license": "MIT", | ||
@@ -7,0 +7,0 @@ "keywords": [ |
@@ -6,3 +6,3 @@ # hubot-wikipedia | ||
A Hubot script for interacting with Wikipedia's API (searching for articles and returning extracts). | ||
A Hubot script for interacting with [Wikipedia's API](https://en.wikipedia.org/w/api.php) (searching for articles and returning extracts). | ||
@@ -33,6 +33,6 @@ See [`src/wikipedia.coffee`](src/wikipedia.coffee) for full documentation. | ||
Command | Description | ||
--- | --- | ||
hubot wiki search `query` | Returns the first 5 Wikipedia articles matching the search `query` | ||
hubot wiki summary `article` | Returns a one-line description about `article` | ||
Command | Listener ID | Description | ||
--- | --- | --- | ||
hubot wiki search `query` | `wikipedia.search` | Returns the first 5 Wikipedia articles matching the search `query` | ||
hubot wiki summary `article` | `wikipedia.summary` | Returns a one-line description about `article` | ||
@@ -39,0 +39,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9502