slack-auditor

Simple pub/sub solution for the Slack Audit Logs API

Usage no npm install needed!

<script type="module">
  import slackAuditor from 'https://cdn.skypack.dev/slack-auditor';
</script>

README

Publishing to npm

Guide

  • npm init
  • answer all questions
  • if already in active git working directory, this will be included in package file
  • otherwise, you can (a) git init and add origin then add repository to package.json later or (b) don't use git and publish local compressed archives (tarball)
  • npm patch (docs) will increment version patch. Or update the version in the package.json file manually
  • finally, npm login then npm publish