Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vin65/npm-event-logs
- Owner: Vin65
- Created: 2017-11-14T18:30:23.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T01:55:45.000Z (about 2 years ago)
- Last Synced: 2024-08-09T06:53:50.517Z (5 months ago)
- Topics: aws, npm, npm-module, npm-package
- Language: JavaScript
- Size: 59.6 KB
- Stars: 0
- Watchers: 23
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.