Communities

People & Pages

Collections

Post has attachment
Create a Bitcoin Price Index Watcher in HTML5

Learn to create a Bitcoin Price Index Watcher in HTML5. In that tutorial, you will learn to make AJAX requests to get the Bitcoin Price Index from the Coin Desk API in US Dollars, Great Britain Pounds and Euros. Then, you will learn to parse JSON data with the standard JSON API in Javascript.

You can find a demo of this Bitcoin Price Index Watcher in HTML5 with the complete source code on the SSaurel's Blog : https://www.ssaurel.com/cryptocoins/bpi.html

Let us know your thoughts concerning this tutorial in comments.

#Web #WebDev #HTML5 #HTML #page #SPA #Tutorial #CoinDesk #Bitcoin #PriceIndex #Watcher #Crypto #CryptoCurrency #Coins #Altcoins #USD #GBP #Euros #JSON #API #Javascript #IndieDev

https://medium.com/@ssaurel/create-a-bitcoin-price-index-watcher-in-html5-f441b1e05cd1
Add a comment...

Post has attachment
Add a comment...

Post has attachment
Add a comment...

Post has attachment
Python Tutorial: Working with JSON Data using the json Module #python #json

In this Python Programming Tutorial, we will be learning how to work with JSON data. We will learn how to load JSON into Python objects from strings and how to convert Python objects into JSON strings. We will also see how to load JSON from a file and…
Add a comment...

Post has attachment
JSON Server #WebDev #JSON #REST #API #JavaScript

JSON Server is a handy tool for anybody working with or developing the REST/JSON APIs.  It’s a ready-made “fake” API server, that is super easy to setup with your end points and your data.  And the best part – it’s not just read-only.  You can work with…
Add a comment...

Post has attachment
JSON5 - JSON for Humans #WebDev #standards #JSON #JavaScript

JSON5 specification looks like a much more useful JSON, especially for those of us who are still more human than machine.  Here are some of the improvements: Objects and arrays can have trailing commas. Strings can be single-quoted. Strings can have line…
Add a comment...

Post has attachment
Wait while more posts are being loaded