Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vin65/npm-event-logs


https://github.com/vin65/npm-event-logs

aws npm npm-module npm-package

Last synced: 21 days ago
JSON representation

Awesome Lists containing this project

README

        

# 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.