This application is a manager for Vonage API virtual phone numbers. With it, users can create, edit and cancel numbers.
A full blog post on how this project was built can be found on the Vonage Developer Blog
- Run the following terminal commands to download the repo and oinstall dependencies
git clone https://github.com/nexmo-community/phone-number-pool-manager-node
cd phone-number-pool-manager-node
npm install
- Populate the
.env
file with your credentials - In server.js, change the CORS URL and server port on the last line
- Run
node server.js
- Click this button to create a new Glitch project based on this application
- Populate the
.env
file with your credentials - Click Show at the top of your Glitch editor and open your working application
In the interest of fostering an open and welcoming environment, we strive to make participation in our project and our community a harassment-free experience for everyone. Please check out our Code of Conduct in full.
We ❤️ contributions from everyone! Check out the Contributing Guidelines for more information.
This project is subject to the MIT License