1.0.1 • Published 4 years ago

google-err v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

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_modules folder in your project
  • Find the folder named google-err
  • Navigate to bin/index.js
  • Replace google.com with your_preferred_search_engine.com
  • Type away !
  • Note: You may have to further modify the url template literal for some search engines.