1.0.29 • Published 1 year ago

@this-is-not-a-drill/vanillajs-sdk v1.0.29

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

This is Not A Drill! Client SDKs -- Plain JS

Purpose

This SDK allows clients to install This Is Not A Drill! (TINAD) User Alerting and Notification Service, on any website. You can simply add a script tag on any or all pages with your public API code. An example script tag to display messages as toasts might be:

<script 
  id="tinad-sdk"
  src="https://cdn.jsdelivr.net/npm/@this-is-not-a-drill/vanillajs-sdk@latest/dist/bundle.js"
  tinad-configuration=
'{
  "api": {
    "displayMode": "toast",
    "endpoint": "https://api.this-is-not-a-drill.com",
    "key": "`your_public_api_key`",
    "environments": [
      "Development"
    ],
    "domains": ["your-domain.com"]
  },
  "toast": {
    "position": "top-end",
    "duration": 5000
  },
}'
>

Learn about TINAD at this-is-not-a-drill.com

Learn how to install the service by visiting the documentation at docs.this-is-not-a-drill.com

If you're looking for a React SDK, you can find that here:

1.0.19

1 year ago

1.0.18

1 year ago

1.0.17

1 year ago

1.0.16

1 year ago

1.0.22

1 year ago

1.0.21

1 year ago

1.0.20

1 year ago

1.0.26

1 year ago

1.0.25

1 year ago

1.0.24

1 year ago

1.0.23

1 year ago

1.0.29

1 year ago

1.0.28

1 year ago

1.0.27

1 year ago

1.0.15

1 year ago

1.0.14

1 year ago

1.0.13

1 year ago

1.0.12

1 year ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago