auth-code-copy

1.0.0 • Public • Published

auth-code-copy

Build Status js-standard-style

Copy auth codes sent via iMessage to your clipboard.

Installation

$ npm install --global auth-code-copy   # globally
$ npm install --save auth-code-copy     # or locally

Usage

Command line

$ auth-code-copy-listen
 
# => Listening for codes... 

Programmatically

import { listen } from 'auth-code-copy'
const notify = (err, msg) => { growl(`Copied ${msg.code}!`) }
listen(notify)

Demo

demo of auth-code-copy

Tests

$ npm t

License

MIT © Brian Gonzalez

Readme

Keywords

none

Package Sidebar

Install

npm i auth-code-copy

Weekly Downloads

4

Version

1.0.0

License

MIT

Last publish

Collaborators

  • briangonzalez