Use the documentation to create an app that sends and receives text messages:
- Sign up for an API account.
- Set up a web server using Express.
- Using the developer documentation and resources, create an app that:
- Sends an SMS message with a random number from 1 – 10 to your phone.
- Receive text messages and output them to console. You will need to set up a local tunnel.
You will know you are done when your app sends and receives messages.