0.3.0 • Published 7 years ago

faique v0.3.0

Weekly downloads
1
License
AGPL-3.0
Repository
github
Last release
7 years ago

faique

Build Status Coverage Status Dependency Status

FAI (ISP) in Québec.

Install

$ npm install --save faique

Now with update-notifier

The cli now uses update-notifier to let the user know about updates to this program.

Users have the ability to opt-out of the update notifier by changing the optOut property to true in ~/.config/configstore/update-notifier-rollodeqc-gh-user-streak.json. The path is available in notifier.config.path.

Users can also opt-out by setting the environment variable NO_UPDATE_NOTIFIER with any value or by using the --no-update-notifier flag on a per run basis.

Usage

const faique = require('faique')

const jsonlog = (x) => console.log(JSON.stringify(x, null, ' '))
faique.ebox('H3A0G4')
  .then(jsonlog)
//=> ...

faique.teksavvy('H3A0G4')
  .then(jsonlog)
//=> ...

faique.acanac('H3A0G4')
  .then(jsonlog)
//=> ...

API

faique.ebox(postalcode)

postalcode

Type: string

Lorem ipsum.

faique.teksavvy(postalcode)

postalcode

Type: string

Lorem ipsum.

faique.acanac(postalcode)

postalcode

Type: string

Lorem ipsum.

CLI

$ npm install --global faique
$ faique --help

  Usage
    faique input

  Examples
    $ faique H3A0G4
    ...

License

AGPL-v3 © Robin Millette