1.1.1 • Published 5 years ago

npm-event-logs v1.1.1

Weekly downloads
6
License
ISC
Repository
github
Last release
5 years ago

Installation

  • npm install --save npm-event-logs

  • Ensure the following environment variables are added to your secrets:

    • EVENT_LOGS_URL
      • URL for Event Logs service
    • EVENT_LOGS_TOKEN
      • Token for authorization

Usage

  • Add const EventLog = require('npm-event-logs/objects/EventLog'); to make EventLog constructor available to your code.