Skip to content

Commit

Permalink
References
Browse files Browse the repository at this point in the history
  • Loading branch information
Lerch, Kay committed Oct 3, 2016
1 parent 14b524c commit ba9ef9f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,14 @@ custom criteria - it was never that flexible to react on intents
* Explicit exception handling in intent handlers to have Alexa react accordingly
in any situation

If you are more into Python you better check out John Wheeler's [flask-ask](https://github.com/johnwheeler/flask-ask) which is another powerful toolkit for building skills.
#### References

## How to use
Learn how to use this SDK by having a look into the samples - where you can
find reference implementations for multi-language skills. You can also learn
from the open-sourced and award-winning [Morse Coder skill](https://github.com/KayLerch/alexa-skills-kit-tellask-java)
which relies on Tellask SDK as well.

Learn how to use this SDK by having a look into the samples -
where you can find reference implementations for a multi-language skills.
## How to use

Before you start make sure your IDE is set up for annotation processing. (How to for
[IDEA](https://www.jetbrains.com/help/idea/2016.2/configuring-annotation-processing.html) and [Eclipse](http://help.eclipse.org/neon/index.jsp?topic=%2Forg.eclipse.jdt.doc.isv%2Fguide%2Fjdt_apt_getting_started.htm))
Expand Down

0 comments on commit ba9ef9f

Please sign in to comment.