Skip to content

Commit

Permalink
Merge pull request #62 from Nexmo/voice
Browse files Browse the repository at this point in the history
WiP: Adding new Voice API support
  • Loading branch information
leggetter authored Sep 12, 2016
2 parents 6e38393 + 7c94018 commit c82c65e
Show file tree
Hide file tree
Showing 43 changed files with 2,107 additions and 715 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
lib
*.env
examples/private.key
5 changes: 5 additions & 0 deletions .jslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"node": true,
"white": true,
"esversion": 6
}
Loading

0 comments on commit c82c65e

Please sign in to comment.