10darts / 10darts-Web-SDK

10darts is a smart push notification platform. This SDK makes it easy to integrate your website with 10darts Push Notifications.
https://10darts.com
MIT License
2 stars 0 forks source link
notifications push sdk webpush

10darts Web SDK

10darts is a smart push notification platform.

Getting Started

You can read the documentation here.

Contributing

Clone the repository:

git clone https://github.com/10darts/web-TendartsSDK.git`

Instal dependencies:

npm install

Create a .env file:

touch .env

Edit the.env file and add your application credentials from your dashboard:

TOKEN=your_token
APPLICATION_KEY=your_application_key

Build and watch:

npm start