Home / Companies / Twilio / Blog / Post Details
Content Deep Dive

Tracking Cryptocurrencies via SMS Alarms using JavaScript, Node.js and Twilio

Blog post from Twilio

Post Details
Company
Date Published
Author
Steve Senkus
Word Count
4,635
Language
English
Hacker News Points
-
Summary

The Coin Alert app is a Node.js application that tracks cryptocurrency prices and sends SMS alerts when a coin's price crosses a set threshold. The app uses Express, MongoDB, Twilio, and Agenda to retrieve data from the CoinMarketCap API, store it in a database, and schedule tasks to run at regular intervals. By following this tutorial, developers can create their own version of the Coin Alert app, which can help them stay informed about cryptocurrency prices without constantly checking the markets.