Welcome example (#1194)

* Add user greeting example

* Add welcome.js to index.yml

* Reword greeting message

* Update welcome.js

* Rename welcome.js to greeting.js

* Update index.yml
This commit is contained in:
Jamelele
2017-02-18 18:59:25 +00:00
committed by Schuyler Cebulskie
parent 05bba9b74a
commit 12136f8c54
2 changed files with 35 additions and 0 deletions

View File

@@ -16,5 +16,7 @@
path: ping.js
- name: Avatars
path: avatars.js
- name: Server greeting
path: greeting.js
- name: Webhook
path: webhook.js