questionable
Suggest english questions based on a given keywords
This module take a keyword and tries to use the google suggest api to find questions that contain that keyword. These might be the basis of article ideas or market research for example.
Installation
This module is installed via npm:
$ npm install questionable
Example Usage
var questionable = ;;
Overriding the prefixes
Questionable uses a series of prefixes to elicit questions. You can override
these by passing the prefixes
variable to the opts
argument:
var questionable = ;;