From cf25f1eee13d602db4b83d47958eeac536f2c893 Mon Sep 17 00:00:00 2001 From: Aleksey Makarkin Date: Wed, 3 Jun 2020 18:07:54 +0300 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a3a284b..5007a4d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Alan Android SDK -[Alan Platform](https://alan.app/) • [Alan Studio](https://studio.alan.app/register) • [Docs](https://alan.app/docs) • [FAQ](https://alan.app/docs/additional/faq.html) • +[Alan Platform](https://alan.app/) • [Alan Studio](https://studio.alan.app/register) • [Docs](https://alan.app/docs) • [FAQ](https://alan.app/docs/usage/additional/faq) • [Blog](https://alan.app/blog/) • [Twitter](https://twitter.com/alanvoiceai) [![GitHub release (latest by date)](https://img.shields.io/github/v/release/alan-ai/alan-sdk-android)](https://github.com/alan-ai/alan-sdk-android/releases) @@ -10,9 +10,19 @@ Add a voice assistant to your application. With no or minimal changes to the exi ## How to start: 1. [Sign up for Alan Studio](https://studio.alan.app/register) to build and test voice scripts in JavaScript. -2. Use the Alan Android SDK to embed the Alan button to your application or page. For details, see [Alan AI documentation](https://alan.app/docs/client-api/android/android-api). +2. Use the Alan Android SDK to embed the Alan button to your application or page. For details, see [Alan AI documentation]( https://alan.app/docs/client-api/android/android-api). Check out our [demo](https://play.google.com/store/apps/details?id=app.alan.playground). +## Downloads +* [Maven artifact](https://search.maven.org/artifact/app.alan/sdk) +* [Alan Android SDK releases](https://github.com/alan-ai/alan-sdk-android/releases) + + +## Example apps + +In the [Examples](https://github.com/alan-ai/alan-sdk-android/tree/master/examples) folder, find example apps created with the Alan Android SDK. Launch the app, press the Alan button and start interacting with the app with voice. For example, in the Alan Sample app you can ask: "How are you doing?" or "What's your name?" + + ## Have questions? If you have any questions or if something is missing in the documentation, please [contact us](mailto:support@alan.app), or tweet us [@alanvoiceai](https://twitter.com/alanvoiceai). We love hearing from you!)