Top Performing CryptoCurrencies

[et_pb_section bb_built=”1″][et_pb_row][et_pb_column type=”4_4″][et_pb_text _builder_version=”3.0.67″ background_layout=”light” text_orientation=”left” border_style=”solid”]

Live Data

This is live data pulled from exchange website. Please refresh if the data was blank. Please continue reading to see how this is done using Azure Functions.

Every time you refresh the page, it will get the current stats. I hope this has been useful.

If you just want to start, Coinbase is an easy way to start, they have a mobile app as well. here is the link: https://www.coinbase.com/join/5a1dcd9998e4f400e08245ba

[/et_pb_text][et_pb_text _builder_version=”3.0.67″ background_layout=”light” text_orientation=”left” border_style=”solid”]

[/et_pb_text][et_pb_text _builder_version=”3.0.67″ background_layout=”light” text_orientation=”left” border_style=”solid”]

Programmers Section

Since this is a programming blog, here is how this is done. (Please note I assume you already know how to program)

Many of the Trading sites and LOTS of others, like Twitter and Instagram, provide a Rest API that is open to the public, they don’t need a membership, and provide great info. I’m using https://coinmarketcap.com/ however I don’t know WordPress in depth to create plugins for it, but I know NodeJs, JavaScript, C#, and.Net.

Both Amazon and Microsoft have this concept of Serverless computing, that you can create a whole API and don’t setup a VM or any other server for that matter.

Azure: https://azure.microsoft.com/en-us/services/functions/ is the one I used, Basically Creating a NodeJs app, App calls the Coin Market Cap API and gets the data, cleans it up, and then exposes another rest endpoint. calling that address will kick off this whole process and produces an HTML page that I embedded here.

This whole cycle takes about 35ms!

This help also was very useful: https://docs.microsoft.com/en-us/azure/azure-functions/functions-reference-node

 

 

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]

Leave a Reply

%d bloggers like this: