Permalink
Browse files

Add how it works

  • Loading branch information...
1 parent d746f1d commit 0637f86e4358ba0f95293e2ecad7fb6a4b28db3d @stojanovic committed with Feb 21, 2017
Showing with 7 additions and 1 deletion.
  1. +7 โˆ’1 README.md
  2. BIN flow.png
View
@@ -11,7 +11,8 @@
Library for effortless Alexa Skill development with AWS Lambda.
-| [๐Ÿš€ Installation](#installation) | [๐Ÿค– Usage](#usage) | [๐Ÿ“• API reference](#api-reference) | [๐Ÿค˜ How to contribute](#contribute) | [โš–๏ธ License](#license) |
+| [๐Ÿš€ Installation](#installation) | [๐Ÿค” How it works](#how-it-works) | [๐Ÿค– Usage](#usage) | [๐Ÿ“• API reference](#api-reference) | [๐Ÿค˜ How to contribute](#contribute) | [โš–๏ธ License](#license) |
+| -------------------------------- | ----------------- | ----------------- | ---------------------------------- | ----------------------------------- | ---------------------- |
## Installation
@@ -21,6 +22,11 @@ Alexa Skill Kit is available as a Node.js module on NPM. To install it, run the
npm install alexa-skill-kit --save
```
+## How it works
+
+<img width="650" src="flow.png" alt="Alexa Skill Kit flow">
+
+
## Usage
Alexa Skill Kit is a library that simplifies the development of Alexa Skills with Node.js and AWS Lambda. It doesn't require any specific deploy style, it can work with manually created Lambda functions, deployment via [Claudia.js](https://claudiajs.com), etc.
View
BIN flow.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0637f86

Please sign in to comment.