RikSchoonbeek / crypto-prices

0 stars 0 forks source link

write basic project plan #1

Open RikSchoonbeek opened 5 years ago

RikSchoonbeek commented 5 years ago

What do I want the program to do in the end?

Give me an overview of price differences between cryptocurrencies between different cryptocurrency exchanges.

So, I'll fetch price data from the different api's of the different exchanges, and compare it.

Let's store the fetched data in the database, just because you never know if I'll need it again.

I remember that different exchanges use different ticker symbols (BTC vs XBT for bitcoin for example), so I think I'll best store all these in the database in a smart way.

So, I'll need three tables:

Then I need to write functionality which fetches the data from the api's.