/lmgtfy

Let me Google that for you link generator

Primary LanguageJavaScriptMIT LicenseMIT

lmgtfy Build Status

Let me Google that for you link generator.

For all those people who find it more convenient to bother you with their question rather than Google it for themselves.

Install

$ npm install --save lmgtfy

Usage

const lmgtfy = require('lmgtfy');

lmgtfy('github unicorns');
// https://lmgtfy.com/?q=github%20unicorns

CLI

$ npm install --global lmgtfy
$ lmgtfy --help

  Usage
    $ lmgtfy <query>
  Example
    $ lmgtfy github unicorns
    https://lmgtfy.com/?q=github%20unicorns

License

MIT © Vincent Klaiber