The ajax call to steemit's api was a pain though. I was stuck on it, wasn't working with getJSON. 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 needed JSON.stringify! The rest is history.
That's a great effort. Keep it up
Thanks :)
thank yhuvery much sir for yhur services
This is sweet! Will use this and add my local currency. Thanks! HOOT!
Cool. Just follow the code, it's pretty easy to add your favorite currencies. Copy/paste here and there, done 🤓
Thanks for sharing, would like to build my own price checker too.
Nice work @drakos!
Yes ajax definitely makes it easier to embed anywhere, and coinmarket guys have a solid API.
The ajax call to steemit's api was a pain though. I was stuck on it, wasn't working with
getJSON
. 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 neededJSON.stringify
! The rest is history.I hear you, that's the fun with programming :D
Yet it is highly rewarding once you finally get things working !