You are viewing a single comment's thread from:
RE: How To Get The Payment Rewards Of A Steemit User, In Less Than 50 Lines
Thanks for this clean example. I might use it someday in the near future.
For now, I am playing with plain and pure javascript. I've already managed to build a sort of aggregator web page with posts from all or one user. Some might call this a condenser :)
Next year will be full with steem programming :)
Thanks again!
My pleasure, mate!
I find the blockchain development to be a completely different beast from all I learned so far. I tend towards a development stack with JS on the client side and PHP / Python on the server side.
JS greatly fits the privacy requirements, because the private keys never leave the browser. But on the server side PHP and Python are still rocking, IMHO.
Looking forward to see what you'll build :)
You are right. A proper mix of frontend magic with backend processing might do the trick. I'll let you know, of course.
Here is my first try: https://steemit.com/utopian-io/@ervin-lemark/steemdata-webapi-example-1-posts-metadata-fetching-and-display
Done with SteemData API. Explanation follows in a form of tutorial :)
Working example: http://steemgnome.com/steemdata_example_aggregator_01.html?page=1