pull down to refresh

great work, i am eager to learn how to make somethinglike this, can you elaborate? thanks :)

Sure.

The basic things you need to learn is how to interact with the different APIs. i have used the following APIs

  1. https://mempool.space/ API->for getting the new mined block
  2. Coingecko.com API -> for getting the current BTC price
  3. Twitter.com API -> for sending the tweets

In short: You have inputs which you transform as you desire and then output the transformed data for display.

Dm me on twitter @moscowTime2 if you want to see exactly how to make this happen,