-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathREADME
43 lines (33 loc) · 1.83 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
================================================================
================================================================
WELCOME TO TROPO SAMPLE APPLICATIONS
The sample applications found in this repository are intended
for use with Tropo. To use these applications, you need to go to:
http://www.tropo.com/
and create a free developer account. Once there, you can
create voice applications using these code examples.
As noted in the accompanying LICENSE file, these examples are
provided for you to use and modify without any restrictions.
Please note that the examples are provided "AS IS" without
any warranty, etc. (Read the LICENSE file for exact terms.)
This repository includes directories for each of the supported
languages. Inside each language directory, there is a
"tutorial" directory that has a series of simple tutorials
designed to walk you through the process of creating Tropo
applications. We would suggest you start there.
One note - in the 'ruby' directory, there are actually two
versions of the tutorial files: "core" and "comfy". The "core"
version of the tutorial uses syntax for Tropo that is very
similar to that of the other languages. The "comfy" version
uses syntax that Ruby developers may find more "comfortable"
and Ruby-esque. Either form works.
We expect to be updating this repository rather frequently
as we have new sample applications to offer. Please check
back - or clone the Github repo and do a 'git pull' from time
to time to see new additions.
If you have sample applications you would like to offer us
to include here, please contact Tropo Support ( [email protected] ).
Thank you for visiting Tropo.com and we look forward to
seeing whatever you may create!
================================================================
================================================================