Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added sample #5

Merged
merged 4 commits into from
Mar 3, 2017
Merged

Added sample #5

merged 4 commits into from
Mar 3, 2017

Conversation

omenocal
Copy link
Contributor

@omenocal omenocal commented Mar 3, 2017

No description provided.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 388c0f2 on omenocal:master into b79a818 on mediarain:master.

const voxaOpearlo = require('voxa-opearlo');

const opearloConfig = {
userId: 'tkT8PClpPxMOvPbadGyzOoJKwoX2',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this shouldn't be here! let's add this to a configuration key and leave it empty with instructions in the readme about it

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remember this is a public project, we can't expose ANY type of credentials

const voxaOpearlo = require('voxa-opearlo');

const opearloConfig = {
userId: 'tkT8PClpPxMOvPbadGyzOoJKwoX2',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remember this is a public project, we can't expose ANY type of credentials


return skill.execute(event)
.then((reply) => {
expect(reply.toJSON().response.outputSpeech.ssml).to.equal('<speak>Welcome!</speak>');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's either remove the tests from the sample or update them to actually pass

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 1759cf6 on omenocal:master into b79a818 on mediarain:master.

@armonge armonge merged commit 7597d56 into VoxaAI:master Mar 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants