Skip to content

Commit

Permalink
Just saying a phrase.
Browse files Browse the repository at this point in the history
  • Loading branch information
mariosal committed Jul 19, 2013
0 parents commit 49c1e51
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitignore
@@ -0,0 +1,8 @@
# Vim
*.swp

# Logs
*.log

# Folders
node_modules
1 change: 1 addition & 0 deletions Procfile
@@ -0,0 +1 @@
worker: node ./node_modules/coffee-script/bin/coffee server.coffee
10 changes: 10 additions & 0 deletions package.json
@@ -0,0 +1,10 @@
{
"name": "t2s",
"version": "0.0.0",
"dependencies": {
"say": "~0.5.0"
},
"devDependencies": {
"coffee-script": "~1.6.3"
}
}
2 changes: 2 additions & 0 deletions server.coffee
@@ -0,0 +1,2 @@
Say = require('say')
Say.speak('Alex', 'Say hello to my little friend.')

0 comments on commit 49c1e51

Please sign in to comment.