-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d8cdcde
commit 23c6717
Showing
5 changed files
with
1,054 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
NEXMO_API_KEY= | ||
NEXMO_API_SECRET= | ||
VONAGE_API_KEY= | ||
VONAGE_API_SECRET= | ||
FROM_NUMBER= | ||
TO_NUMBER= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"name": "Vonage Node Skeleton App", | ||
"description": "Sample Node.js Application to test Vonage environment setup", | ||
"repository": "https://github.com/Nexmo/node-skeleton-app", | ||
"keywords": [ | ||
"express", | ||
"node", | ||
"heroku", | ||
"vonage" | ||
], | ||
"image": "heroku/node", | ||
"env": { | ||
"VONAGE_API_KEY": { | ||
"description": "Find your account API key and secret on the dashboard https://dashboard.nexmo.com" | ||
}, | ||
"VONAGE_API_SECRET": { | ||
"description": "Find your account API key and secret on the dashboard https://dashboard.nexmo.com" | ||
}, | ||
"FROM_NUMBER": { | ||
"description": "Phone number to send message from." | ||
}, | ||
"TO_NUMBER": { | ||
"description": "Phone number to send message to." | ||
} | ||
} | ||
} |
Oops, something went wrong.