Skip to content

Commit

Permalink
wrap up
Browse files Browse the repository at this point in the history
  • Loading branch information
eercanayar committed Aug 8, 2017
1 parent 4f31446 commit ca6a601
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
@@ -1,11 +1,15 @@
# alexa_linkedAccountTwitterNodeJs
# alexa-skill-linked-account-twitter-nodejs

example nodejs alexa linked account skill function runs on amazon lambda
a basic currecy converter application asks EUR/USD, then converts it to TRY. if user wants, it tweets the result to twitter.

C# version of same alexa-skill: [**alexa_linkedAccountTwitter.NET**](https://github.com/eercanayar/alexa_linkedAccountTwitter.NET)
C# .NET Core version of same alexa-skill: [**eercanayar/alexa-skill-linked-account-twitter-dotnet-core**](https://github.com/eercanayar/alexa-skill-linked-account-twitter-dotnet-core)

**features:**
- uses a middleware to obtain access token from 3rd party such as twitter
- uses session flow to maintain dialogue with user
- connects an API to get an info to calculate
- connects an API to get an info to calculate

**Visit wiki and learn more about Alexa Skill Development and read detailed section for this sample skill; [Alexa-Skills-Kit-(ASK)-Development-Tutorial#step-3-exchange-calculator-skill-with-nodejs--alexa-sdk--account-linking-with-twitter](https://github.com/eercanayar/alexa-skills-ask-tutorial/wiki/Alexa-Skills-Kit-(ASK)-Development-Tutorial#step-3-exchange-calculator-skill-with-nodejs--alexa-sdk--account-linking-with-twitter)**

*eercan @Accenture Istanbul*

0 comments on commit ca6a601

Please sign in to comment.