Skip to content

Spext/amazing-toolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amazing Toolkit

Available Services

  1. DBService
  2. MailService
  3. SlackService
  4. AnalyticsService

Usage (all services follow similar pattern)

  1. Import service
// preferred way for frontend
- import SlackService from 'amazing-toolkit/dist/SlackService'

// preferred way for backend
- import {SlackService} from 'amazing-toolkit'
  1. Initialize service
SlackService.init('webhookURL')

Other Information

  • Project is written in Typescript.

This code is released under an MIT license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published