This chapter will show you how to implement a real-time call tracking dashboard.
We’ll do this in two parts: the first part will be a simple Node.js file that accepts incoming calls from Twilio and then stores the information inside a Flybase app, and the second part is the dashboard itself.
We’re going to display two stats, the incoming Twilio phone number and the city the call originated from. You can build on this further later.
With our original dashboard, we passed events and didn’t ...