12.1.0 • Published 4 years ago

dashbot v12.1.0

Weekly downloads
1,480
License
SEE LICENSE IN LI...
Repository
github
Last release
4 years ago

Dashbot - Analytics for your bot

Dashbot gives you easy access to analytics for your bot for free.

Setup

Create a free account at https://www.dashbot.io and get an API_KEY.

dashbot is available via NPM.

npm install --save dashbot

Follow the instructions at https://www.dashbot.io/docs

Configuration Options

Additional configuration options are available when importing the dashbot module. The configuration options are passed through via a config object in the dashbot call.

const configuration = {
  'debug': true,
  'redact': true,
  'timeout': 1000,
}

const dashbot = require('dashbot')(process.env.DASHBOT_API_KEY_ALEXA, configuration).alexa;

The following are the available configuration keys:

debug - boolean logs helpful debugging information
redact - boolean removes personally identifiable information using redact-pii (more info here)
timeout - number timeouts requests after given milliseconds

What's New

dashbot@next (v12.0.0)

  • removed dependencies redact-pii and dashbot-logger
    • clients will now have to install these packages separately in order to use the redact option or the alexa log integration
12.1.0

4 years ago

12.0.0

4 years ago

11.2.5

4 years ago

11.2.3

5 years ago

11.2.2

5 years ago

11.2.1

5 years ago

11.2.0

5 years ago

11.1.0

6 years ago

11.0.0

6 years ago

10.4.5

6 years ago

10.4.4-dev1

6 years ago

10.4.4

6 years ago

10.4.3

6 years ago

10.4.2

6 years ago

10.4.1

6 years ago

10.4.0

7 years ago

10.3.7

7 years ago

10.3.6

7 years ago

10.3.4

7 years ago

10.3.3

7 years ago

10.3.2

7 years ago

10.3.1

7 years ago

10.3.0

7 years ago

10.2.4

7 years ago

10.2.3

7 years ago

10.2.2

7 years ago

10.2.1

7 years ago

10.2.0

7 years ago

10.1.1

7 years ago

9.10.0

7 years ago

9.9.2

7 years ago

9.9.1

8 years ago

9.9.0

8 years ago

9.8.0

8 years ago

9.7.0

8 years ago

9.6.0

8 years ago

9.5.0

8 years ago

9.4.6

8 years ago

9.4.5

8 years ago

9.4.4

8 years ago

9.4.3

8 years ago

9.4.2

8 years ago

9.4.1

8 years ago

9.4.0

8 years ago

9.3.0

8 years ago

9.2.0

8 years ago

9.1.0

8 years ago

9.0.0

9 years ago

9.0.0-4

9 years ago

9.0.0-3

9 years ago

9.0.0-2

9 years ago

9.0.0-1

9 years ago

9.0.0-0

9 years ago

0.8.6

9 years ago

0.8.6-0

9 years ago

0.8.5

9 years ago

0.8.4

9 years ago

0.8.3

9 years ago

0.8.2

9 years ago

0.8.1

9 years ago

0.8.0

9 years ago

0.7.8

9 years ago

0.7.7

9 years ago

0.7.6

9 years ago

0.7.5

9 years ago

0.7.4

9 years ago

0.7.3

9 years ago

0.7.2

9 years ago

0.7.1

9 years ago

0.7.0

9 years ago

0.6.2

9 years ago

0.6.1

9 years ago

0.6.0

9 years ago

0.5.0

9 years ago

0.4.7

10 years ago

0.4.6

10 years ago

0.4.5

10 years ago

0.4.4

10 years ago

0.4.3

10 years ago

0.4.2

10 years ago

0.4.1

10 years ago

0.4.0

10 years ago

0.3.3

10 years ago

0.3.2

10 years ago