Data Blog

API Magic

API’s power the internet, providing information at the touch of the keyboard. Where it comes from and how it gets to your screen is the magic of API calls.

function foo () {
    return "bar";
}