Golang and Cron

Building a Bitcoin Price Tracker

Adam Szpilewicz
Level Up Coding
Published in
7 min readApr 18, 2023

--

Photo by Agê Barros on Unsplash

In this post, we will walk you through the process of building a Bitcoin price tracker using Golang and the github.com/robfig/cron/v3 package. This application will fetch the latest Bitcoin price from the Coindesk API every minute and save it to a CSV file.

Meet cron and github.com/robfig/cron/v3

--

--

Backend software engineer working with golang and python @Rivery (https://rivery.io/). I like writting and reading about code and software engineering.