12.1.0 • Published 3 years ago

dashbot v12.1.0

Weekly downloads
1,480
License
SEE LICENSE IN LI...
Repository
github
Last release
3 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

3 years ago

12.0.0

3 years ago

11.2.5

3 years ago

11.2.3

3 years ago

11.2.2

3 years ago

11.2.1

3 years ago

11.2.0

3 years ago

11.1.0

5 years ago

11.0.0

5 years ago

10.4.5

5 years ago

10.4.4-dev1

5 years ago

10.4.4

5 years ago

10.4.3

5 years ago

10.4.2

5 years ago

10.4.1

5 years ago

10.4.0

5 years ago

10.3.7

5 years ago

10.3.6

5 years ago

10.3.4

5 years ago

10.3.3

5 years ago

10.3.2

5 years ago

10.3.1

5 years ago

10.3.0

5 years ago

10.2.4

5 years ago

10.2.3

5 years ago

10.2.2

5 years ago

10.2.1

5 years ago

10.2.0

5 years ago

10.1.1

6 years ago

9.10.0

6 years ago

9.9.2

6 years ago

9.9.1

6 years ago

9.9.0

6 years ago

9.8.0

6 years ago

9.7.0

6 years ago

9.6.0

6 years ago

9.5.0

6 years ago

9.4.6

6 years ago

9.4.5

6 years ago

9.4.4

6 years ago

9.4.3

6 years ago

9.4.2

6 years ago

9.4.1

6 years ago

9.4.0

6 years ago

9.3.0

6 years ago

9.2.0

7 years ago

9.1.0

7 years ago

9.0.0

7 years ago

9.0.0-4

7 years ago

9.0.0-3

7 years ago

9.0.0-2

7 years ago

9.0.0-1

7 years ago

9.0.0-0

7 years ago

0.8.6

7 years ago

0.8.6-0

7 years ago

0.8.5

7 years ago

0.8.4

7 years ago

0.8.3

7 years ago

0.8.2

7 years ago

0.8.1

7 years ago

0.8.0

7 years ago

0.7.8

7 years ago

0.7.7

7 years ago

0.7.6

7 years ago

0.7.5

7 years ago

0.7.4

8 years ago

0.7.3

8 years ago

0.7.2

8 years ago

0.7.1

8 years ago

0.7.0

8 years ago

0.6.2

8 years ago

0.6.1

8 years ago

0.6.0

8 years ago

0.5.0

8 years ago

0.4.7

8 years ago

0.4.6

8 years ago

0.4.5

8 years ago

0.4.4

8 years ago

0.4.3

8 years ago

0.4.2

8 years ago

0.4.1

8 years ago

0.4.0

8 years ago

0.3.3

8 years ago

0.3.2

8 years ago