spext-amazing-toolkit
v1.0.16
Published
A nice toolkit
Downloads
2
Readme
Amazing Toolkit
Available Services
- DBService
- MailService
- SlackService
- AnalyticsService
Usage (all services follow similar pattern)
- Import service
// preferred way for frontend
- import SlackService from 'amazing-toolkit/dist/SlackService'
// preferred way for backend
- import {SlackService} from 'amazing-toolkit'
- Initialize service
SlackService.init('webhookURL')
Other Information
- Project is written in Typescript.
This code is released under an MIT license.