0.5.1 • Published 2 years ago
@intheroomglobal/speakeasy-js v0.5.1
Speakeasy JavaScript SDK
This SDK allows you to build interactive conversational experiences using the Speakeasy API from In The Room.
Getting started
- Install the package
npm install -S @intheroomglobal/speakeasy-js
- Load the SDK, passing your API key and the ID of the experience:
import Speakeasy from '@intheroomglobal/speakeasy-js';
(async () => {
const speakeasy = await Speakeasy.load({
apiKey: '<YOUR_API_KEY>',
experienceId: '<YOUR_EXPERIENCE_ID>'
});
// Access experience data
console.log(speakeasy.experience);
// Communicate
const response = await speakeasy.text("Hello, Speakeasy!");
})();
0.5.0
2 years ago
0.5.1
2 years ago
0.4.1
2 years ago
0.4.0
2 years ago
0.4.2
2 years ago
0.3.0
3 years ago
0.3.2
3 years ago
0.3.1
3 years ago
0.2.1
3 years ago
0.2.2
3 years ago
0.2.0
3 years ago
0.1.2
3 years ago
0.1.4
3 years ago
0.1.3
3 years ago
0.1.1
4 years ago
0.1.0
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