@eloquentops/watchout
v0.1.5
Published
Downloads
16
Readme
Watchdog.js
How to use it:
- Create an account to get the token
- Add the script tag
<script data-token="--your-token--" src="https://unpkg.com/@eloquentops/watchdog"></script>
That's all. We'll inform you if there will be issues as soon as they happen. An on a weekly basis, you'll receive a quick report too.
Use a bundler?
Just import it such as:
import { log } from '@eloquentops/watchout'
log({
type:'custom',
message:'',
count:0,
duration:0
})
Development
Run the watcher:
npm start
and the local webserver
npm run test