1.1.0 • Published 2 years ago

slack-notification-sender v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

slack-notification-sender

Slack notification library

Run project locally

NOTE: Since this library connects to this project, would be better to have running that dependency as well in you local.

  1. Clone the project
  2. Create a .env file and add this variable (better if it's the real local url of project dependency)
SLACK_NOTIFIER_URL=http://localhost:7071/api/notify
  1. npm install && tsc
  2. Now you can add this project as npm package doing npm install ../project-folder-name and test it