1.0.1 • Published 5 years ago
google-err v1.0.1
google-err v1.0.1
Search the web for your errors and/or queries directly from console.
Installation
Global installation is recommended. Using npm:
$ npm i -g google-err
$ npm i -g --save google-err for node version < 5.0.0
Usage
$ err query
Replace query with your query / error. (Copy your error and paste using Ctrl + Shift + V or Right click.)
Modifying your search engine
- Navigate to
node_modulesfolder in your project - Find the folder named
google-err - Navigate to
bin/index.js - Replace
google.comwithyour_preferred_search_engine.com - Type away !
- Note: You may have to further modify the
urltemplate literal for some search engines.