2.0.5 • Published 8 years ago

twofactorauth v2.0.5

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

twofactorauth

Aggregates _data in twofactorauth.

$ npm i twofactorauth [-S|-g]

Build Status dependencies

Usage

Exports an object where websites property is an aggregated array with website meta data. With the addition that each entry in the array, also has category attached to it, based on the file name it was extracted from. E.g. all entries from _data/backup.yml will have the category property set to "backup".

console.log(require('twofactorauth'))

outputs:

{
  "websites": [
    {
      "name": "AeroFS",
      "url": "https://www.aerofs.com/",
      "tfa": "Yes",
      "software": "Yes",
      "img": "aerofs.png",
      "doc": "https://blog.aerofs.com/two-factor-authentication-for-hybrid-and-private-cloud/",
      "category": "backup"
    },
    {
      "name": "Apple iCloud",
      "url": "https://www.icloud.com",
      "img": "icloud.png",
      "tfa": "Yes",
      "sms": "Yes",
      "software": "Yes",
      "exceptions": {
        "text": "See http://support.apple.com/kb/HT5593 for a list of supported SMS carriers."
      },
      "doc": "http://support.apple.com/kb/ht5570",
      "category": "backup"
    },
    ..
  ]
}

You can also install it globally and get the data directly to stdout.

$ npm i twofactorauth -g
$ twofactorauth

License

MIT

2.0.5

8 years ago

2.0.4

8 years ago

2.0.3

8 years ago

2.0.2

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.0.8

8 years ago

1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago