instalog-logger
v1.2.2
Published
Create and list events for logging
Downloads
14
Readme
Simple node.js library for users to list and create events
const instalog = new InstaLog('SECRET_KEY')
instalog.createEvent(eventObject)
const events = instalog.listEvents(params)