2.0.5 • Published 3 years ago

alexa-bot-api v2.0.5

Weekly downloads
1,167
License
MIT
Repository
github
Last release
3 years ago

Enjoying alexa-bot-api?

Consider Donating To Me: https://www.buymeacoffee.com/nithishpravin

Join My Discord Server: https://discord.gg/m2G7YB3ttf

Developers: Nithish Pravin Discord: Nithish#6593

Credits: Pudochu Discord: Pudochu 'D#0001 Involvement: Helped in the latest fix and suggestions about the package

Whats new in v2.0.0

  • Fixed cleverbot's new API update that lead to package not working
  • Fixed Bugs

Promise Based!

const alexa = require("alexa-bot-api");
const ai = new alexa();

ai.getReply("Hello", "spanish").then((reply) => {
  console.log(reply);
  //Do your stuffs with the reply
});

Specific Language:

getReply(<message>, <language>)

Async / Await

const alexa = require("alexa-bot-api");
const ai = new alexa();

async function main() {
  const reply = await ai.getReply("How are you mate?", "tamil");

  console.log(reply);
  //Do your stuffs with reply
}
main();
2.0.3

3 years ago

2.0.2

3 years ago

2.0.5

3 years ago

2.0.4

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.8

3 years ago

0.1.9

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago