You are viewing a single comment's thread from:
RE: Write a Steemit Web App: Part 2 - Followers and Following
is there anyway to use the steemit api to post a story to steemit with javascript
is there anyway to use the steemit api to post a story to steemit with javascript
steem.broadcast.comment() - creates posts and comments.
you can find an example here: SteemDocs
Thanks! I'm writing this series as I explore the API myself, so I haven't gotten to content creation yet (but was going to be working on that for an upcoming post).