LabMazurokCom / Blockchain

Materials for blockchain and cryptocurrency studies
MIT License
7 stars 10 forks source link

Dynamic web-design #30

Open Odessit007 opened 6 years ago

Odessit007 commented 6 years ago

Create strip-based website

1) strips should look visually nice (without huge empty spaces, with appropriately sized plot and with readable font size) 2) there must be some easy way to generate new strips for new currency pairs 3*) strips (probably) should update each 5 seconds (some asynchronous request here???) 4**) strips (probably) should be ordered by profit (highest above, lowest below)

Which visual perception / technical problems might be with 3* and 4**?

Vulfke commented 6 years ago

It would be better if a json file had a field with name like 'trade_currencies' which contains array with currencies id. For example: 'trade_currencies': ['BTC', 'USD']