This is an application that allows you to send text messages using the Nexmo API(Vonage). Sign up here to get your API key.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
After cloning the repo, install the node modules.
npm install
//Use your own api key information here
const nexmo = new Nexmo({
apiKey: apiConfig.apiKey,
apiSecret: apiConfig.apiSecret,
})
//Use your own virtual phone number that is created
const from = apiConfig.phoneNumber