thorin-plugin-loglet

1.0.10 • Public • Published

Thorin.js plugin for loglet.io

Full documentation available at https://thorinjs.com

Plugin specific documentation available at https://thorinjs.com/plugin/loglet

Loglet.io node.js client for encrypted log streaming and storage. For more information, visit https://loglet.io

Getting Started

Installation:

npm install thorin-plugin-loglet --save

Usage:

thorin.addPlugin(require('thorin-plugin-loglet'), {
    key: 'YOUR_APP_KEY',
    secret: 'YOUR_APP_SECRET'
});

Note:

If the key and secret will not be given specifically through options, it will look for the environment variables: LOGLET_KEY and LOGLET_SECRET

Readme

Keywords

none

Package Sidebar

Install

npm i thorin-plugin-loglet

Homepage

thorinjs.com

Weekly Downloads

2

Version

1.0.10

License

MIT

Unpacked Size

6.25 kB

Total Files

5

Last publish

Collaborators

  • clym-io