Comment on My Personal APIComments−sotirisk12yAt one point in the future we should really start differentiating between an API and just raw JSON on plain sight.−oakazOP12yThis is an interface that you can program. For example, you can make a JSONP request to it (e.g http://api.azer.io/?callback=foobar) and fetch display/process my personal info in your app easily.Here is an example: http://requirebin.com/?gist=7985717
Comments
At one point in the future we should really start differentiating between an API and just raw JSON on plain sight.
This is an interface that you can program. For example, you can make a JSONP request to it (e.g http://api.azer.io/?callback=foobar) and fetch display/process my personal info in your app easily.
Here is an example: http://requirebin.com/?gist=7985717