@timberw0lf/client
v0.0.1
Published
Timberwolf javascript client for node & browser.
Downloads
2
Readme
Timberwolf javascript client for node & browser.
Currently just intercepts logs from console.
import {attach} from '@timberw0lf/client'
attach({name: 'Logs from my app'})
console.log('this log will be sent to Timberwolf')