Skip to content

Commit

Permalink
Prepared to release 0.0.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSaints committed May 30, 2016
1 parent efc0e9f commit 51928f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ Variable | Default | Description
--- | --- | ---
`GOOGLE_API_KEY` | N/A | A unique developer [API key](https://developers.google.com/custom-search/json-api/v1/introduction#identify_your_application_to_google_with_api_key) is required to use Google's Custom Search API
`GOOGLE_CUSTOM_SEARCH` | N/A | The [Google Custom Search][gcse] engine [identifier](https://cse.google.com/cse/all) (the `cx` portion of the custom search engine URL)
`BING_SEARCH_API_KEY` | N/A | The [primary account key](https://datamarket.azure.com/dataset/explore/bing/searchweb) for performing Bing Search API queries
`BING_SEARCH_API_KEY` | N/A | The [primary account key](https://datamarket.azure.com/dataset/explore/bing/searchweb) for performing [Bing Search API][bse] queries
### Google Custom Search
### [Google Custom Search][gcse]
The Google Custom Search command listener will not be registered if neither `GOOGLE_API_KEY` nor `GOOGLE_CUSTOM_SEARCH` environment variables are defined.
Expand All @@ -59,7 +59,7 @@ The Google Custom Search command listener will not be registered if neither `GOO
export GOOGLE_CUSTOM_SEARCH="ENGINE ID HERE"
```
### Bing Search API
### [Bing Search API][bse]
The Bing Search API command listener will not be registered if `BING_SEARCH_API_KEY` is not defined.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hubot-search",
"description": "An extendable Hubot script for querying several search engine services: Google Custom Search, and Bing Search API.",
"version": "0.0.2",
"version": "0.0.3",
"author": "Ian Lai <[email protected]>",
"license": "MIT",
"keywords": "hubot, hubot-scripts, search engine, google, duckduckgo, bing, web search",
Expand Down

0 comments on commit 51928f1

Please sign in to comment.