question

Nicholas Clawson avatar image
Nicholas Clawson asked

alexa-ssml - create valid SSML using JSX (with support for custom tags)

Hi all, I just wanted to share a project I've been working on to help make building Alexa skills a little easier. alexa-ssml is a project let's you build valid SSML using the JSX syntax made popular by React. This means, that if you can compile your javascript code you can be pretty sure that any SSML you create will by syntactically valid. It also means you can create custom SSML tags to help abstract your speech generation a little bit. You can see actual examples on the Github repository. https://github.com/nickclaw/alexa-ssml Feedback is very welcome, leave a comment or raise an issue on Github if you've got any suggestions!
alexa skills kitcommunity projects
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

justin avatar image
justin answered
This looks really neat (interesting [i]and[/i] clean!), thanks for sharing, Nicholas!
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.