Yes ajax definitely makes it easier to embed anywhere, and coinmarket guys have a solid API.Nice work @drakos!
You are viewing a single comment's thread from:
Yes ajax definitely makes it easier to embed anywhere, and coinmarket guys have a solid API.Nice work @drakos!
The ajax call to steemit's api was a pain though. I was stuck on it, wasn't working with
getJSON
JSON.stringify
! The rest is history.. Then I redid it with good old ajax and setting the type to POST (after recommendation by @netuoso), but didn't work neither. I tinkered with it until I discovered it neededI hear you, that's the fun with programming :D
Yet it is highly rewarding once you finally get things working !