 # What Is This Project > This project is a boilerplate for rapid development on top of the Steem network. A ready to go Express.js app using Steemconnect SDK & Steem.js. This project is not intended as an off-the-shelf project but provides the ground work so you can go from idea to MVP in record time. I’ve personally used this boilerplate to kickstart [https://finallycomments.com](https://finallycomments.com) & [https://goodbook.reviews](https://goodbook.reviews). [http://memeit.lol](http://memeit.lol]) is another project I know that has started with this boilerplate. Since the previous release 2 months ago I’ve learned more about the steem API & Steemconnect SDK as well as noticed a number of missing features and less than perfect choices within the boilerplate. This latest version (v0.3.0) aims to improves some of the previous features along with adding some new additional feature that would likely be added to most projects. This project purposely aims to be accessible to as many developers as possible leaving choices such as CSS frameworks off the table. There is minimal CSS included (just enough to make the boilerplate bearable). Developers can incorporate their choice of CSS framework.  <center>*Sceenshots of some avalibale views - Transfers, Index, Single, Blog*</center> # New Features ### Trending Tags and associated specific feeds Many Steem projects aim to make use of tags and specifically the trending tags provided by Steemit.com. I found myself adding these to other project and included it in the boilerplate as one less feature developers need to learn from scratch themselves. Github - [Trending Tags & Routing](https://github.com/code-with-sam/steemconnect-node-js-boilerplate/commit/14240a6bf3aecb07b7a5ccaae31a55ec4adb8b5a) | ### @username Transfers Page The transfers pages includes details about a users STEEM/SBD/STEEM POWER balances along with showing a feed of recent account transactions such as Reward balance or transfers. Github - [Transfers View & Routing](https://github.com/code-with-sam/steemconnect-node-js-boilerplate/commit/35a6d72d1eb9b35b3b9290b152c68d158109939b) | [Update user profile](https://github.com/code-with-sam/steemconnect-node-js-boilerplate/commit/727ec7564e3463f19e3e7d506646f5b957b777df) | [Transaction History Data](https://github.com/code-with-sam/steemconnect-node-js-boilerplate/commit/35d602fbb31f405d9ee9d5220bc56e7f6f57ead3) ### Get More Posts Button On Feed Implemented the ‘get more’ posts across all of the feed views previously this was left for the developer to implement. Obviously a key feature if you want more that the latest 10 posts. Github - [load-more-posts feat](https://github.com/code-with-sam/steemconnect-node-js-boilerplate/commit/da7c3302687d3feb12683dcf37c36089dfe71211) | # Improved Features - Better routing across site - e.g use the standard /@username instead of /user/username - Updated @username Profile with blog post feed and basic header - Default to access all pages expect ‘create-post’ without authentication - Easier flow to users personal feed (showing posts from who they follow) - Middleware for local userdata in views - Middleware for checking authentication json+redirect - Navbars + Subnav for profiles and new improved landing page - Improved code structure and added comments - [Add FAQ to readme](https://github.com/code-with-sam/steemconnect-node-js-boilerplate#frequently-asked-questions) Github - [Full PR](https://github.com/code-with-sam/steemconnect-node-js-boilerplate/pull/3) - 17 commits Many of the features in the project are about implementing the Steem-js in a practical way giving developers a platform they can work with and adjust rather than starting with a blank screen. This project is not intended to be a clone of Condenser and if developers are looking for a feature complete Steem platform they should look at [Condenser](https://github.com/steemit/condenser) and [Busy](https://github.com/busyorg/busy) # Contributions If you have suggestions on how we can improve the boilerplate or qould like to request specific features please reach out or submit ideas via Github. [Github](https://github.com/code-with-sam/steemconnect-node-js-boilerplate) Discord - sambillingham#7927
author | sambillingham | ||||||
---|---|---|---|---|---|---|---|
permlink | steemconnect-node-js-boilerplate-for-rapid-development-v-0-3-0 | ||||||
category | utopian-io | ||||||
json_metadata | "{"community":"utopian","app":"utopian/1.0.0","format":"markdown","repository":{"id":116827415,"name":"steemconnect-node-js-boilerplate","full_name":"code-with-sam/steemconnect-node-js-boilerplate","html_url":"https://github.com/code-with-sam/steemconnect-node-js-boilerplate","fork":false,"owner":{"login":"code-with-sam"}},"pullRequests":[{"url":"https://api.github.com/repos/code-with-sam/steemconnect-node-js-boilerplate/pulls/3","id":185211189,"html_url":"https://github.com/code-with-sam/steemconnect-node-js-boilerplate/pull/3","diff_url":"https://github.com/code-with-sam/steemconnect-node-js-boilerplate/pull/3.diff","patch_url":"https://github.com/code-with-sam/steemconnect-node-js-boilerplate/pull/3.patch","issue_url":"https://api.github.com/repos/code-with-sam/steemconnect-node-js-boilerplate/issues/3","number":3,"state":"closed","locked":false,"title":"Boilerplate updates/upgrades - V0.3.0","user":{"login":"code-with-sam","id":34964560,"avatar_url":"https://avatars2.githubusercontent.com/u/34964560?v=4","gravatar_id":"","url":"https://api.github.com/users/code-with-sam","html_url":"https://github.com/code-with-sam","followers_url":"https://api.github.com/users/code-with-sam/followers","following_url":"https://api.github.com/users/code-with-sam/following{/other_user}","gists_url":"https://api.github.com/users/code-with-sam/gists{/gist_id}","starred_url":"https://api.github.com/users/code-with-sam/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/code-with-sam/subscriptions","organizations_url":"https://api.github.com/users/code-with-sam/orgs","repos_url":"https://api.github.com/users/code-with-sam/repos","events_url":"https://api.github.com/users/code-with-sam/events{/privacy}","received_events_url":"https://api.github.com/users/code-with-sam/received_events","type":"User","site_admin":false},"body":"Improving usability and functionality across the project\r\n\r\n## New \r\n- Trending Tags and associated specific feeds\r\n- User /transfers page - showing a feed of recent account transactions\r\n- Get More Posts button on feed - loads next set of posts\r\n\r\n# Improved\r\n- Better routing across site, e.g /@username \r\n- Default to access all pages expect create post without authentication\r\n- Easier flow to users personal feed (showing posts from who they follow)\r\n- middleware for userdata\r\n- middleware for checking authentication json+redirect\r\n- Navbars + Subnav for user and now improved landing page\r\n- improved code, added comments\r\n- add FAQ to readme","created_at":"2018-05-01T16:04:39Z","updated_at":"2018-05-01T16:05:32Z","closed_at":"2018-05-01T16:05:32Z","merged_at":"2018-05-01T16:05:32Z","merge_commit_sha":"904895deba89addbcc9acb45ad48684ddd70fd7f","assignee":null,"assignees":[],"requested_reviewers":[],"requested_teams":[],"labels":[],"milestone":null,"commits_url":"https://api.github.com/repos/code-with-sam/steemconnect-node-js-boilerplate/pulls/3/commits","review_comments_url":"https://api.github.com/repos/code-with-sam/steemconnect-node-js-boilerplate/pulls/3/comments","review_comment_url":"https://api.github.com/repos/code-with-sam/steemconnect-node-js-boilerplate/pulls/comments{/number}","comments_url":"https://api.github.com/repos/code-with-sam/steemconnect-node-js-boilerplate/issues/3/comments","statuses_url":"https://api.github.com/repos/code-with-sam/steemconnect-node-js-boilerplate/statuses/fe68730f3419b15ce0834658d3f82834e27de1a3","head":{"label":"code-with-sam:v-0-3-0","ref":"v-0-3-0","sha":"fe68730f3419b15ce0834658d3f82834e27de1a3","user":{"login":"code-with-sam","id":34964560,"avatar_url":"https://avatars2.githubusercontent.com/u/34964560?v=4","gravatar_id":"","url":"https://api.github.com/users/code-with-sam","html_url":"https://github.com/code-with-sam","followers_url":"https://api.github.com/users/code-with-sam/followers","following_url":"https://api.github.com/users/code-with-sam/following{/other_user}","gists_url":"https://api.github.com/users/code-with-sam/gists{/gist_id}","starred_url":"https://api.github.com/users/code-with-sam/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/code-with-sam/subscriptions","organizations_url":"https://api.github.com/users/code-with-sam/orgs","repos_url":"https://api.github.com/users/code-with-sam/repos","events_url":"https://api.github.com/users/code-with-sam/events{/privacy}","received_events_url":"https://api.github.com/users/code-with-sam/received_events","type":"User","site_admin":false},"repo":{"id":116827415,"name":"steemconnect-node-js-boilerplate","full_name":"code-with-sam/steemconnect-node-js-boilerplate","owner":{"login":"code-with-sam","id":34964560,"avatar_url":"https://avatars2.githubusercontent.com/u/34964560?v=4","gravatar_id":"","url":"https://api.github.com/users/code-with-sam","html_url":"https://github.com/code-with-sam","followers_url":"https://api.github.com/users/code-with-sam/followers","following_url":"https://api.github.com/users/code-with-sam/following{/other_user}","gists_url":"https://api.github.com/users/code-with-sam/gists{/gist_id}","starred_url":"https://api.github.com/users/code-with-sam/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/code-with-sam/subscriptions","organizations_url":"https://api.github.com/users/code-with-sam/orgs","repos_url":"https://api.github.com/users/code-with-sam/repos","events_url":"https://api.github.com/users/code-with-sam/events{/privacy}","received_events_url":"https://api.github.com/users/code-with-sam/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/code-with-sam/steemconnect-node-js-boilerplate","description":"Express.js App Boilerplate using Steemconnect SDK & Steem.js","fork":false,"url":"https://api.github.com/repos/code-with-sam/steemconnect-node-js-boilerplate","forks_url":"https://api.github.com/repos/code-with-sam/steemconnect-node-js-boilerplate/forks","keys_url":"https://api.github.com/repos/code-with-sam/steemconnect-node-js-boilerplate/keys{/key_id}","collaborators_url":"https://api.github.com/repos/code-with-sam/steemconnect-node-js-boilerplate/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/code-with-sam/steemconnect-node-js-boilerplate/teams","hooks_url":"https://api.github.com/repos/code-with-sam/steemconnect-node-js-boilerplate/hooks","issue_events_url":"https://api.github.com/repos/code-with-sam/steemconnect-node-js-boilerplate/issues/events{/number}","events_url":"https://api.github.com/repos/code-with-sam/steemconnect-node-js-boilerplate/events","assignees_url":"https://api.github.com/repos/code-with-sam/steemconnect-node-js-boilerplate/assignees{/user}","branches_url":"https://api.github.com/repos/code-with-sam/steemconnect-node-js-boilerplate/branches{/branch}","tags_url":"https://api.github.com/repos/code-with-sam/steemconnect-node-js-boilerplate/tags","blobs_url":"https://api.github.com/repos/code-with-sam/steemconnect-node-js-boilerplate/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/code-with-sam/steemconnect-node-js-boilerplate/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/code-with-sam/steemconnect-node-js-boilerplate/git/refs{/sha}","trees_url":"https://api.github.com/repos/code-with-sam/steemconnect-node-js-boilerplate/git/trees{/sha}","statuses_url":"https://api.github.com/repos/code-with-sam/steemconnect-node-js-boilerplate/statuses/{sha}","languages_url":"https://api.github.com/repos/code-with-sam/steemconnect-node-js-boilerplate/languages","stargazers_url":"https://api.github.com/repos/code-with-sam/steemconnect-node-js-boilerplate/stargazers","contributors_url":"https://api.github.com/repos/code-with-sam/steemconnect-node-js-boilerplate/contributors","subscribers_url":"https://api.github.com/repos/code-with-sam/steemconnect-node-js-boilerplate/subscribers","subscription_url":"https://api.github.com/repos/code-with-sam/steemconnect-node-js-boilerplate/subscription","commits_url":"https://api.github.com/repos/code-with-sam/steemconnect-node-js-boilerplate/commits{/sha}","git_commits_url":"https://api.github.com/repos/code-with-sam/steemconnect-node-js-boilerplate/git/commits{/sha}","comments_url":"https://api.github.com/repos/code-with-sam/steemconnect-node-js-boilerplate/comments{/number}","issue_comment_url":"https://api.github.com/repos/code-with-sam/steemconnect-node-js-boilerplate/issues/comments{/number}","contents_url":"https://api.github.com/repos/code-with-sam/steemconnect-node-js-boilerplate/contents/{+path}","compare_url":"https://api.github.com/repos/code-with-sam/steemconnect-node-js-boilerplate/compare/{base}...{head}","merges_url":"https://api.github.com/repos/code-with-sam/steemconnect-node-js-boilerplate/merges","archive_url":"https://api.github.com/repos/code-with-sam/steemconnect-node-js-boilerplate/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/code-with-sam/steemconnect-node-js-boilerplate/downloads","issues_url":"https://api.github.com/repos/code-with-sam/steemconnect-node-js-boilerplate/issues{/number}","pulls_url":"https://api.github.com/repos/code-with-sam/steemconnect-node-js-boilerplate/pulls{/number}","milestones_url":"https://api.github.com/repos/code-with-sam/steemconnect-node-js-boilerplate/milestones{/number}","notifications_url":"https://api.github.com/repos/code-with-sam/steemconnect-node-js-boilerplate/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/code-with-sam/steemconnect-node-js-boilerplate/labels{/name}","releases_url":"https://api.github.com/repos/code-with-sam/steemconnect-node-js-boilerplate/releases{/id}","deployments_url":"https://api.github.com/repos/code-with-sam/steemconnect-node-js-boilerplate/deployments","created_at":"2018-01-09T14:36:09Z","updated_at":"2018-05-01T16:05:33Z","pushed_at":"2018-05-01T16:05:33Z","git_url":"git://github.com/code-with-sam/steemconnect-node-js-boilerplate.git","ssh_url":"git@github.com:code-with-sam/steemconnect-node-js-boilerplate.git","clone_url":"https://github.com/code-with-sam/steemconnect-node-js-boilerplate.git","svn_url":"https://github.com/code-with-sam/steemconnect-node-js-boilerplate","homepage":"","size":101,"stargazers_count":8,"watchers_count":8,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":4,"mirror_url":null,"archived":false,"open_issues_count":1,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit"},"forks":4,"open_issues":1,"watchers":8,"default_branch":"master"}},"base":{"label":"code-with-sam:master","ref":"master","sha":"da4e1d7209b0e72efaf4981b26a0af4aa0270f27","user":{"login":"code-with-sam","id":34964560,"avatar_url":"https://avatars2.githubusercontent.com/u/34964560?v=4","gravatar_id":"","url":"https://api.github.com/users/code-with-sam","html_url":"https://github.com/code-with-sam","followers_url":"https://api.github.com/users/code-with-sam/followers","following_url":"https://api.github.com/users/code-with-sam/following{/other_user}","gists_url":"https://api.github.com/users/code-with-sam/gists{/gist_id}","starred_url":"https://api.github.com/users/code-with-sam/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/code-with-sam/subscriptions","organizations_url":"https://api.github.com/users/code-with-sam/orgs","repos_url":"https://api.github.com/users/code-with-sam/repos","events_url":"https://api.github.com/users/code-with-sam/events{/privacy}","received_events_url":"https://api.github.com/users/code-with-sam/received_events","type":"User","site_admin":false},"repo":{"id":116827415,"name":"steemconnect-node-js-boilerplate","full_name":"code-with-sam/steemconnect-node-js-boilerplate","owner":{"login":"code-with-sam","id":34964560,"avatar_url":"https://avatars2.githubusercontent.com/u/34964560?v=4","gravatar_id":"","url":"https://api.github.com/users/code-with-sam","html_url":"https://github.com/code-with-sam","followers_url":"https://api.github.com/users/code-with-sam/followers","following_url":"https://api.github.com/users/code-with-sam/following{/other_user}","gists_url":"https://api.github.com/users/code-with-sam/gists{/gist_id}","starred_url":"https://api.github.com/users/code-with-sam/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/code-with-sam/subscriptions","organizations_url":"https://api.github.com/users/code-with-sam/orgs","repos_url":"https://api.github.com/users/code-with-sam/repos","events_url":"https://api.github.com/users/code-with-sam/events{/privacy}","received_events_url":"https://api.github.com/users/code-with-sam/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/code-with-sam/steemconnect-node-js-boilerplate","description":"Express.js App Boilerplate using Steemconnect SDK & Steem.js","fork":false,"url":"https://api.github.com/repos/code-with-sam/steemconnect-node-js-boilerplate","forks_url":"https://api.github.com/repos/code-with-sam/steemconnect-node-js-boilerplate/forks","keys_url":"https://api.github.com/repos/code-with-sam/steemconnect-node-js-boilerplate/keys{/key_id}","collaborators_url":"https://api.github.com/repos/code-with-sam/steemconnect-node-js-boilerplate/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/code-with-sam/steemconnect-node-js-boilerplate/teams","hooks_url":"https://api.github.com/repos/code-with-sam/steemconnect-node-js-boilerplate/hooks","issue_events_url":"https://api.github.com/repos/code-with-sam/steemconnect-node-js-boilerplate/issues/events{/number}","events_url":"https://api.github.com/repos/code-with-sam/steemconnect-node-js-boilerplate/events","assignees_url":"https://api.github.com/repos/code-with-sam/steemconnect-node-js-boilerplate/assignees{/user}","branches_url":"https://api.github.com/repos/code-with-sam/steemconnect-node-js-boilerplate/branches{/branch}","tags_url":"https://api.github.com/repos/code-with-sam/steemconnect-node-js-boilerplate/tags","blobs_url":"https://api.github.com/repos/code-with-sam/steemconnect-node-js-boilerplate/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/code-with-sam/steemconnect-node-js-boilerplate/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/code-with-sam/steemconnect-node-js-boilerplate/git/refs{/sha}","trees_url":"https://api.github.com/repos/code-with-sam/steemconnect-node-js-boilerplate/git/trees{/sha}","statuses_url":"https://api.github.com/repos/code-with-sam/steemconnect-node-js-boilerplate/statuses/{sha}","languages_url":"https://api.github.com/repos/code-with-sam/steemconnect-node-js-boilerplate/languages","stargazers_url":"https://api.github.com/repos/code-with-sam/steemconnect-node-js-boilerplate/stargazers","contributors_url":"https://api.github.com/repos/code-with-sam/steemconnect-node-js-boilerplate/contributors","subscribers_url":"https://api.github.com/repos/code-with-sam/steemconnect-node-js-boilerplate/subscribers","subscription_url":"https://api.github.com/repos/code-with-sam/steemconnect-node-js-boilerplate/subscription","commits_url":"https://api.github.com/repos/code-with-sam/steemconnect-node-js-boilerplate/commits{/sha}","git_commits_url":"https://api.github.com/repos/code-with-sam/steemconnect-node-js-boilerplate/git/commits{/sha}","comments_url":"https://api.github.com/repos/code-with-sam/steemconnect-node-js-boilerplate/comments{/number}","issue_comment_url":"https://api.github.com/repos/code-with-sam/steemconnect-node-js-boilerplate/issues/comments{/number}","contents_url":"https://api.github.com/repos/code-with-sam/steemconnect-node-js-boilerplate/contents/{+path}","compare_url":"https://api.github.com/repos/code-with-sam/steemconnect-node-js-boilerplate/compare/{base}...{head}","merges_url":"https://api.github.com/repos/code-with-sam/steemconnect-node-js-boilerplate/merges","archive_url":"https://api.github.com/repos/code-with-sam/steemconnect-node-js-boilerplate/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/code-with-sam/steemconnect-node-js-boilerplate/downloads","issues_url":"https://api.github.com/repos/code-with-sam/steemconnect-node-js-boilerplate/issues{/number}","pulls_url":"https://api.github.com/repos/code-with-sam/steemconnect-node-js-boilerplate/pulls{/number}","milestones_url":"https://api.github.com/repos/code-with-sam/steemconnect-node-js-boilerplate/milestones{/number}","notifications_url":"https://api.github.com/repos/code-with-sam/steemconnect-node-js-boilerplate/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/code-with-sam/steemconnect-node-js-boilerplate/labels{/name}","releases_url":"https://api.github.com/repos/code-with-sam/steemconnect-node-js-boilerplate/releases{/id}","deployments_url":"https://api.github.com/repos/code-with-sam/steemconnect-node-js-boilerplate/deployments","created_at":"2018-01-09T14:36:09Z","updated_at":"2018-05-01T16:05:33Z","pushed_at":"2018-05-01T16:05:33Z","git_url":"git://github.com/code-with-sam/steemconnect-node-js-boilerplate.git","ssh_url":"git@github.com:code-with-sam/steemconnect-node-js-boilerplate.git","clone_url":"https://github.com/code-with-sam/steemconnect-node-js-boilerplate.git","svn_url":"https://github.com/code-with-sam/steemconnect-node-js-boilerplate","homepage":"","size":101,"stargazers_count":8,"watchers_count":8,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":4,"mirror_url":null,"archived":false,"open_issues_count":1,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit"},"forks":4,"open_issues":1,"watchers":8,"default_branch":"master"}},"_links":{"self":{"href":"https://api.github.com/repos/code-with-sam/steemconnect-node-js-boilerplate/pulls/3"},"html":{"href":"https://github.com/code-with-sam/steemconnect-node-js-boilerplate/pull/3"},"issue":{"href":"https://api.github.com/repos/code-with-sam/steemconnect-node-js-boilerplate/issues/3"},"comments":{"href":"https://api.github.com/repos/code-with-sam/steemconnect-node-js-boilerplate/issues/3/comments"},"review_comments":{"href":"https://api.github.com/repos/code-with-sam/steemconnect-node-js-boilerplate/pulls/3/comments"},"review_comment":{"href":"https://api.github.com/repos/code-with-sam/steemconnect-node-js-boilerplate/pulls/comments{/number}"},"commits":{"href":"https://api.github.com/repos/code-with-sam/steemconnect-node-js-boilerplate/pulls/3/commits"},"statuses":{"href":"https://api.github.com/repos/code-with-sam/steemconnect-node-js-boilerplate/statuses/fe68730f3419b15ce0834658d3f82834e27de1a3"}},"author_association":"OWNER"}],"platform":"github","type":"development","tags":["utopian-io","steemdev","dev","boilerplate","steemconnect"],"users":["username"],"links":["https://cdn.utopian.io/posts/84fb10a5bc42f8501ab7a5ff2489dc513c09steemconnect.png","https://finallycomments.com","https://goodbook.reviews","http://memeit.lol]","https://cdn.utopian.io/posts/82ba81afa6bbf1d204cc0e63a4cf7236f6c1screenshots.jpg","https://github.com/code-with-sam/steemconnect-node-js-boilerplate/commit/14240a6bf3aecb07b7a5ccaae31a55ec4adb8b5a","https://github.com/code-with-sam/steemconnect-node-js-boilerplate/commit/35a6d72d1eb9b35b3b9290b152c68d158109939b","https://github.com/code-with-sam/steemconnect-node-js-boilerplate/commit/727ec7564e3463f19e3e7d506646f5b957b777df","https://github.com/code-with-sam/steemconnect-node-js-boilerplate/commit/35d602fbb31f405d9ee9d5220bc56e7f6f57ead3","https://github.com/code-with-sam/steemconnect-node-js-boilerplate/commit/da7c3302687d3feb12683dcf37c36089dfe71211","https://github.com/code-with-sam/steemconnect-node-js-boilerplate#frequently-asked-questions","https://github.com/code-with-sam/steemconnect-node-js-boilerplate/pull/3","https://github.com/steemit/condenser","https://github.com/busyorg/busy","https://github.com/code-with-sam/steemconnect-node-js-boilerplate"],"image":["https://cdn.utopian.io/posts/84fb10a5bc42f8501ab7a5ff2489dc513c09steemconnect.png","https://cdn.utopian.io/posts/82ba81afa6bbf1d204cc0e63a4cf7236f6c1screenshots.jpg"],"moderator":{"account":"amosbastian","time":"2018-05-02T21:15:43.608Z","pending":false,"reviewed":true,"flagged":false},"questions":{"voters":["jeffbernst","amosbastian","reazuliqbal","touhidalam69"],"answers":[{"question_id":"dev-1","answer_id":"dev-1-a-1","user":"jeffbernst","influence":5},{"question_id":"dev-2","answer_id":"dev-2-a-1","user":"jeffbernst","influence":5},{"question_id":"dev-3","answer_id":"dev-3-a-1","user":"jeffbernst","influence":5},{"question_id":"dev-4","answer_id":"dev-4-a-1","user":"jeffbernst","influence":5},{"question_id":"dev-5","answer_id":"dev-5-a-1","user":"jeffbernst","influence":5},{"question_id":"dev-6","answer_id":"dev-6-a-1","user":"jeffbernst","influence":5},{"question_id":"dev-7","answer_id":"dev-7-a-1","user":"jeffbernst","influence":5},{"question_id":"dev-1","answer_id":"dev-1-a-1","user":"amosbastian","influence":100},{"question_id":"dev-2","answer_id":"dev-2-a-2","user":"amosbastian","influence":100},{"question_id":"dev-3","answer_id":"dev-3-a-1","user":"amosbastian","influence":100},{"question_id":"dev-4","answer_id":"dev-4-a-1","user":"amosbastian","influence":100},{"question_id":"dev-5","answer_id":"dev-5-a-2","user":"amosbastian","influence":100},{"question_id":"dev-6","answer_id":"dev-6-a-1","user":"amosbastian","influence":100},{"question_id":"dev-7","answer_id":"dev-7-a-1","user":"amosbastian","influence":100},{"question_id":"dev-1","answer_id":"dev-1-a-1","user":"reazuliqbal","influence":5},{"question_id":"dev-2","answer_id":"dev-2-a-1","user":"reazuliqbal","influence":5},{"question_id":"dev-3","answer_id":"dev-3-a-2","user":"reazuliqbal","influence":5},{"question_id":"dev-4","answer_id":"dev-4-a-2","user":"reazuliqbal","influence":5},{"question_id":"dev-5","answer_id":"dev-5-a-2","user":"reazuliqbal","influence":5},{"question_id":"dev-6","answer_id":"dev-6-a-1","user":"reazuliqbal","influence":5},{"question_id":"dev-7","answer_id":"dev-7-a-1","user":"reazuliqbal","influence":5},{"question_id":"dev-1","answer_id":"dev-1-a-2","user":"touhidalam69","influence":0},{"question_id":"dev-2","answer_id":"dev-2-a-2","user":"touhidalam69","influence":0},{"question_id":"dev-3","answer_id":"dev-3-a-1","user":"touhidalam69","influence":0},{"question_id":"dev-4","answer_id":"dev-4-a-1","user":"touhidalam69","influence":0},{"question_id":"dev-5","answer_id":"dev-5-a-2","user":"touhidalam69","influence":0},{"question_id":"dev-6","answer_id":"dev-6-a-1","user":"touhidalam69","influence":0},{"question_id":"dev-7","answer_id":"dev-7-a-1","user":"touhidalam69","influence":0}],"total_influence":0,"most_rated":[{"question_id":"dev-1","answer_id":"dev-1-a-1","influence":110,"voters":["jeffbernst","amosbastian","reazuliqbal"]},{"question_id":"dev-2","answer_id":"dev-2-a-2","influence":100,"voters":["amosbastian","touhidalam69"]},{"question_id":"dev-3","answer_id":"dev-3-a-1","influence":105,"voters":["jeffbernst","amosbastian","touhidalam69"]},{"question_id":"dev-4","answer_id":"dev-4-a-1","influence":105,"voters":["jeffbernst","amosbastian","touhidalam69"]},{"question_id":"dev-5","answer_id":"dev-5-a-2","influence":105,"voters":["amosbastian","reazuliqbal","touhidalam69"]},{"question_id":"dev-6","answer_id":"dev-6-a-1","influence":110,"voters":["jeffbernst","amosbastian","reazuliqbal","touhidalam69"]},{"question_id":"dev-7","answer_id":"dev-7-a-1","influence":110,"voters":["jeffbernst","amosbastian","reazuliqbal","touhidalam69"]}]},"score":85.75,"total_influence":110,"staff_pick":null,"staff_pick_by":null,"config":{"questions":[{"question":"How would you describe the formatting, language and overall presentation of the post?","question_id":"dev-1","answers":[{"answer":"The post is of very high quality.","answer_id":"dev-1-a-1","value":10},{"answer":"The post is of decent quality, but not spectacular in any way.","answer_id":"dev-1-a-2","value":7},{"answer":"The post is poorly written and/or formatted, but readable.","answer_id":"dev-1-a-3","value":3},{"answer":"The post is really hard to read and the content is barely understandable.","answer_id":"dev-1-a-4","value":0}]},{"question":"How would you rate the impact and significance of the contribution to the project and/or open source ecosystem in terms of uniqueness, usefulness and potential future applications?","question_id":"dev-2","answers":[{"answer":"This contribution adds high value and holds great significance for the project and/or open source ecosystem.","answer_id":"dev-2-a-1","value":35},{"answer":"This contribution adds significant value to the project and/or open source ecosystem. ","answer_id":"dev-2-a-2","value":23},{"answer":"This contribution adds some value to the project and/or open source ecosystem.","answer_id":"dev-2-a-3","value":12.5},{"answer":"This contribution hold no value and is insignificant in impact. ","answer_id":"dev-2-a-4","value":0}]},{"question":"How would you rate the total volume of work invested into this contribution?","question_id":"dev-3","answers":[{"answer":"This contribution appears to have demanded a lot of intensive work.","answer_id":"dev-3-a-1","value":20},{"answer":"This contribution appears to have required an average volume of work.","answer_id":"dev-3-a-2","value":14},{"answer":"This contribution shows some work done.","answer_id":"dev-3-a-3","value":6},{"answer":"This contribution shows no work done.","answer_id":"dev-3-a-4","value":0}]},{"question":"How would you rate the quality of the code submitted?","question_id":"dev-4","answers":[{"answer":"High - it follows all best practices. ","answer_id":"dev-4-a-1","value":20},{"answer":"Average - it follows most best practices.","answer_id":"dev-4-a-2","value":14},{"answer":"Low - it follows some best practices.","answer_id":"dev-4-a-3","value":6},{"answer":"Very low - it doesn't follow any best practices. ","answer_id":"dev-4-a-4","value":0}]},{"question":"How would you rate the knowledge and expertise necessary to fix the bug / implement the added feature(s)?","question_id":"dev-5","answers":[{"answer":"High - a lot of research and specific knowledge was required.","answer_id":"dev-5-a-1","value":7.5},{"answer":"Average - some research and knowledge was required.","answer_id":"dev-5-a-2","value":5.25},{"answer":"Low - not much knowledge or skill were required.","answer_id":"dev-5-a-3","value":2.25},{"answer":"Insignificant - no knowledge or skills were necessary.","answer_id":"dev-5-a-4","value":0}]},{"question":"How would you rate the accuracy and readability of the commit messages?","question_id":"dev-6","answers":[{"answer":"High - they are concise, descriptive and consistent. ","answer_id":"dev-6-a-1","value":2.5},{"answer":"Average - they are mostly concise, descriptive and consistent. ","answer_id":"dev-6-a-2","value":2},{"answer":"Low - they could be more concise, descriptive or consistent.","answer_id":"dev-6-a-3","value":0.75},{"answer":"Very low - they aren't concise, descriptive or consistent at all.","answer_id":"dev-6-a-4","value":0}]},{"question":"How do you rate the quality of the comments in the code?","question_id":"dev-7","answers":[{"answer":"High - everything is well-commented and adds to the readability of the code. ","answer_id":"dev-7-a-1","value":5},{"answer":"Average - most of the code is commented and most if it adds to the readability of the code.","answer_id":"dev-7-a-2","value":3},{"answer":"Low - little of the code is commented, but it still adds to the readability.","answer_id":"dev-7-a-3","value":1.5},{"answer":"Very low - the added comments provide no value or are not present at all.","answer_id":"dev-7-a-4","value":0}]}]}}" | ||||||
created | 2018-05-01 18:37:24 | ||||||
last_update | 2018-05-03 16:07:54 | ||||||
depth | 0 | ||||||
children | 29 | ||||||
last_payout | 2018-05-08 18:37:24 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 142.576 HBD | ||||||
curator_payout_value | 53.883 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 4,451 | ||||||
author_reputation | 34,876,406,478,004 | ||||||
root_title | "Steemconnect - Node-js - Boilerplate For Rapid Development v.0.3.0" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 53,291,023 | ||||||
net_rshares | 38,625,497,083,276 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
solar | 0 | 143,351,970,568 | 100% | ||
sambillingham | 0 | 5,502,531,337 | 100% | ||
j3dy | 0 | 17,116,310,207 | 100% | ||
teamhumble | 0 | 5,513,234,617 | 10% | ||
alphacore | 0 | 2,594,625,795 | 5% | ||
gokulnk | 0 | 30,076,987,304 | 100% | ||
chaostheory | 0 | 1,011,134,183 | 100% | ||
butterfly-effect | 0 | 915,843,274 | 100% | ||
thegrandestine | 0 | 2,043,009,220 | 100% | ||
st3llar | 0 | 627,729,559 | 3% | ||
mirrorforce | 0 | 788,213,344 | 100% | ||
lilith | 0 | 288,693,606 | 100% | ||
mysticalword | 0 | 906,381,253 | 100% | ||
doughtaker | 0 | 11,335,419,100 | 33% | ||
pixelfan | 0 | 11,067,409,057 | 9% | ||
paradoxofchoice | 0 | 1,489,329,545 | 100% | ||
betacore | 0 | 903,426,379 | 100% | ||
love-me | 0 | 1,235,413,289 | 100% | ||
omegacore | 0 | 1,941,298,123 | 100% | ||
cifer | 0 | 5,465,235,859 | 80% | ||
tipu | 0 | 164,740,206,222 | 4.22% | ||
kittenpics | 0 | 67,370,933 | 25% | ||
espoem | 0 | 74,580,125,408 | 100% | ||
jrawsthorne | 0 | 2,579,519,708 | 100% | ||
loshcat | 0 | 2,927,156,565 | 100% | ||
utopian-io | 0 | 37,677,267,405,805 | 26% | ||
cryptonik | 0 | 13,743,403,826 | 100% | ||
jeffbernst | 0 | 20,504,976,110 | 100% | ||
azwarrangkuti | 0 | 67,725,239,317 | 100% | ||
greenorange | 0 | 609,471,115 | 100% | ||
arcjen02 | 0 | 2,998,174,343 | 100% | ||
aussieninja | 0 | 22,994,966,870 | 100% | ||
thinkingmind | 0 | 2,994,906,496 | 100% | ||
jjay | 0 | 699,001,527 | 100% | ||
oups | 0 | 11,863,121,823 | 100% | ||
jtomes123 | 0 | 55,327,311 | 5% | ||
audiosiren | 0 | 460,652,596 | 100% | ||
pcusine | 0 | 2,736,541,940 | 33% | ||
the-reaper | 0 | 610,732,266 | 100% | ||
holger80 | 0 | 216,057,252,637 | 100% | ||
skybreaker | 0 | 1,843,329,414 | 100% | ||
cutemachine | 0 | 11,964,453,739 | 100% | ||
polbot | 0 | 885,622,662 | 100% | ||
supreme-verdict | 0 | 26,794,140,930 | 100% | ||
retrocausality | 0 | 1,128,409,915 | 100% | ||
reazuliqbal | 0 | 6,416,566,960 | 100% | ||
critday | 0 | 581,883,151 | 100% | ||
mslifesteem | 0 | 2,441,370,632 | 100% | ||
nikema | 0 | 57,583,932 | 5% | ||
monster-reborn | 0 | 1,898,028,074 | 100% | ||
zcool | 0 | 115,259,750 | 10% | ||
chain-reaction | 0 | 116,202,020 | 100% | ||
rollthedice | 0 | 3,008,027,179 | 100% | ||
rolltwodice | 0 | 2,862,185,161 | 100% | ||
gobbo | 0 | 2,866,517,072 | 100% | ||
rolld20 | 0 | 2,874,819,654 | 100% | ||
ercu | 0 | 15,143,495,557 | 20% | ||
zapzap | 0 | 7,410,111,457 | 100% | ||
neavvy | 0 | 598,340,944 | 100% | ||
shanta7 | 0 | 79,673,581 | 100% | ||
cryptouru | 0 | 5,382,951,454 | 100% | ||
learnelectronics | 0 | 522,921,213 | 100% | ||
mxpuckdev | 0 | 115,440,388 | 100% |
Thanks for the contribution. It has been approved. You must be getting tired of me repeating this by now, haha: amazing work once again! Keep it up, you are doing a great service to the Steem developer community! ---------------------------------------------------------------------- Need help? Write a ticket on https://support.utopian.io. Chat with us on [Discord](https://discord.gg/uTyJkNm). **[[utopian-moderator]](https://utopian.io/moderators)**
author | amosbastian | ||||||
---|---|---|---|---|---|---|---|
permlink | re-sambillingham-steemconnect-node-js-boilerplate-for-rapid-development-v-0-3-0-20180502t211528846z | ||||||
category | utopian-io | ||||||
json_metadata | {"tags":["utopian-io"],"community":"utopian","app":"utopian/1.0.0"} | ||||||
created | 2018-05-02 21:15:30 | ||||||
last_update | 2018-05-02 21:15:30 | ||||||
depth | 1 | ||||||
children | 1 | ||||||
last_payout | 2018-05-09 21:15:30 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.020 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 455 | ||||||
author_reputation | 174,473,586,900,705 | ||||||
root_title | "Steemconnect - Node-js - Boilerplate For Rapid Development v.0.3.0" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 53,515,392 | ||||||
net_rshares | 5,443,357,398 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
sambillingham | 0 | 5,443,357,398 | 100% |
haha Thanks Amos! Never get tired of that. Really appreciate all the mods going through the submissions, honestly think Utopian is one of the best crypto platforms there is. Dev project category must be pretty interesting with projects being written in all sorts of languages. 👊
author | sambillingham |
---|---|
permlink | re-amosbastian-re-sambillingham-steemconnect-node-js-boilerplate-for-rapid-development-v-0-3-0-20180503t120458960z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-05-03 12:04:57 |
last_update | 2018-05-03 12:04:57 |
depth | 2 |
children | 0 |
last_payout | 2018-05-10 12:04:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.846 HBD |
curator_payout_value | 0.282 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 278 |
author_reputation | 34,876,406,478,004 |
root_title | "Steemconnect - Node-js - Boilerplate For Rapid Development v.0.3.0" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 53,628,587 |
net_rshares | 202,333,095,375 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
gentlebot | 0 | 202,333,095,375 | 15% |
Hey Sam! Guess who's back trying to follow tutorials without even the slightest bit of perquisite knowledge? So... I've followed this tutorial to the letter, and it all went really well. I've gotten to this step here: * click on the blue 'login with steemconnect to authenticate your app' and I can totally see it:  but when I click on that blue button, I just get this guy:  I'm not really sure where I've gone wrong... in npm I can see it logging my actions on the localhost :  I paid the 3 steem, put in the secret and all the details... was I just supposed to type `npm start` to run the project on 3000 or is there a command that follows that? Also your instruction 'update the session secret to a new secure random string' - does this mean put in the Client Secret that I got from SteemConnect along with the Client ID, or something different? Hope that all makes sense... one day I'll get through a tutorial without hassling you about it...
author | aussieninja |
---|---|
permlink | re-sambillingham-steemconnect-node-js-boilerplate-for-rapid-development-v-0-3-0-20180511t051357278z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"image":["https://steemitimages.com/DQmS6mmX12gsHYF3KoEFUbWwSaJnqsJjm6whvyrkSkQBQjF/image.png","https://steemitimages.com/DQmcxAbK4T668AKGVKUUh3esHi86r2hUaX6pntMv1FdtdWf/image.png","https://steemitimages.com/DQmXPFsxJ8z8znK3idgi36ZtDbg84GvVyLjPbjEyyH2dduA/image.png"],"app":"steemit/0.1"} |
created | 2018-05-11 05:12:24 |
last_update | 2018-05-11 05:12:24 |
depth | 1 |
children | 5 |
last_payout | 2018-05-18 05:12:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.022 HBD |
curator_payout_value | 0.005 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1,225 |
author_reputation | 116,577,638,662,102 |
root_title | "Steemconnect - Node-js - Boilerplate For Rapid Development v.0.3.0" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 55,079,473 |
net_rshares | 6,474,542,702 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
sambillingham | 0 | 6,474,542,702 | 100% |
Hey dude! It's probably just that your 'Redirect URI(s)' (in the steemconnect dashboard app settings) is different than the 'redirect_uri'(in config.js), they need to be exactly the same including slashes. - Create the App through steemconnect - My Apps > App name > Edit (top right) - Add `http://localhost:3000/auth/` for working locally  - Click Save - Rename `config.example.js` to `config.js` - edit config.js - `client_id` is the name of your app in steemconnect - `redirect_uri` matches what was used on steemconnect dashboard  - You don't need to use the Client Secret anywhere (that's basically your password for that app account) - Session Secret needs to be a random string, longer the better e.g  Looks like everything is running okay, I'd just double check the redirect_uri match in your code + steemconnect dashboard. let me know if you get it working or have any other issues. :)
author | sambillingham |
---|---|
permlink | re-aussieninja-re-sambillingham-steemconnect-node-js-boilerplate-for-rapid-development-v-0-3-0-20180511t085238531z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"image":["https://steemitimages.com/DQmSN7LUWruB6me853jhZZqjzte49ZsKVxPUrcSCb2VBfgr/Screen%20Shot%202018-05-11%20at%2009.44.45.png","https://steemitimages.com/DQmcHFHC99jknfLjnwoxzQUvUmESKP1RSgPubyQJTrYG1ZL/Screen%20Shot%202018-05-11%20at%2009.46.30.png","https://steemitimages.com/DQmPGWPgca95zrsP6iaXP6KJNEbBY7GZ14kbWhCw2Wdao6L/Screen%20Shot%202018-05-11%20at%2009.50.28.png"],"app":"steemit/0.1"} |
created | 2018-05-11 08:52:39 |
last_update | 2018-05-11 08:52:39 |
depth | 2 |
children | 0 |
last_payout | 2018-05-18 08:52:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1,390 |
author_reputation | 34,876,406,478,004 |
root_title | "Steemconnect - Node-js - Boilerplate For Rapid Development v.0.3.0" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 55,107,757 |
net_rshares | 0 |
and yes just `npm start` 👍
author | sambillingham |
---|---|
permlink | re-aussieninja-re-sambillingham-steemconnect-node-js-boilerplate-for-rapid-development-v-0-3-0-20180511t085312292z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-05-11 08:53:12 |
last_update | 2018-05-11 08:53:12 |
depth | 2 |
children | 3 |
last_payout | 2018-05-18 08:53:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 26 |
author_reputation | 34,876,406,478,004 |
root_title | "Steemconnect - Node-js - Boilerplate For Rapid Development v.0.3.0" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 55,107,854 |
net_rshares | 0 |
Nice detective work Sam! It turns out that last night, the app settings in Steemconnect just weren't saving, even though I was able to get the secret key in another session.... they also didn't work again this morning, until I tried again in a 2nd browser session and then I was able to save it no problems... and then Steem API crapped out and I gave up until today. Even with the SteemConnect app saving properly, I'm still getting the same message. It doesn't have to be running off the C: drive or anything like that does it?    Can I say, despite this little problem I'm having, this is an incredible tutorial dude, I can't wait to develop on this more!
author | aussieninja |
---|---|
permlink | re-sambillingham-re-aussieninja-re-sambillingham-steemconnect-node-js-boilerplate-for-rapid-development-v-0-3-0-20180512t135118571z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"image":["https://steemitimages.com/DQmTWbYnTwBJM8qUgUm2xoHwUzguhUvkprufFt7osnxrVQq/image.png","https://steemitimages.com/DQmbBoh5aLAaL8qvwUx6PZmJ3hm5HcFR3tJzNv9kcj9juXU/image.png","https://steemitimages.com/DQmc2fiSuLwAbpaovgPj98E7JYN44Q3Uvdo3Msp8JQGuxCb/image.png"],"app":"steemit/0.1"} |
created | 2018-05-12 13:49:48 |
last_update | 2018-05-12 13:49:48 |
depth | 3 |
children | 2 |
last_payout | 2018-05-19 13:49:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.028 HBD |
curator_payout_value | 0.008 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 927 |
author_reputation | 116,577,638,662,102 |
root_title | "Steemconnect - Node-js - Boilerplate For Rapid Development v.0.3.0" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 55,303,257 |
net_rshares | 8,200,505,093 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
sambillingham | 0 | 8,200,505,093 | 38% |
Vaya amigo este proyecto suena muy interesante desde ya lo pondré en practica gracias por la informacion.
author | josecrespo |
---|---|
permlink | re-sambillingham-steemconnect-node-js-boilerplate-for-rapid-development-v-0-3-0-20180501t211720559z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-05-01 21:17:42 |
last_update | 2018-05-01 21:17:42 |
depth | 1 |
children | 0 |
last_payout | 2018-05-08 21:17:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 105 |
author_reputation | 433,824,678,051 |
root_title | "Steemconnect - Node-js - Boilerplate For Rapid Development v.0.3.0" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 53,313,014 |
net_rshares | 0 |
Oh cool. I'll look into this as I need to implement SteemConnect soon. Thanks!
author | learnelectronics |
---|---|
permlink | re-sambillingham-steemconnect-node-js-boilerplate-for-rapid-development-v-0-3-0-20180505t160835196z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-05-05 16:08:36 |
last_update | 2018-05-05 16:08:36 |
depth | 1 |
children | 0 |
last_payout | 2018-05-12 16:08:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 78 |
author_reputation | 15,479,971,201,369 |
root_title | "Steemconnect - Node-js - Boilerplate For Rapid Development v.0.3.0" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 54,047,964 |
net_rshares | 0 |
@tipu tip with 1.11 SBD! Thank you so much for continuing to work on this for the Steem developer community. All of the added features are amazingly helpful, but I'm sure you know that because you are using the boilerplate for your own projects. This is amazing. I will start playing around with this today :) I'm looking forward to the finallycomments wordpress plugin (fingers crossed, that you'll get around to it)
author | nikema |
---|---|
permlink | re-sambillingham-steemconnect-node-js-boilerplate-for-rapid-development-v-0-3-0-20180501t184957188z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"users":["tipu"],"app":"steemit/0.1"} |
created | 2018-05-01 18:49:57 |
last_update | 2018-05-01 19:46:24 |
depth | 1 |
children | 5 |
last_payout | 2018-05-08 18:49:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.228 HBD |
curator_payout_value | 0.064 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 419 |
author_reputation | 944,493,960,947 |
root_title | "Steemconnect - Node-js - Boilerplate For Rapid Development v.0.3.0" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 53,292,849 |
net_rshares | 51,785,468,017 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
sambillingham | 0 | 5,318,758,328 | 100% | ||
rishi556 | 0 | 46,466,709,689 | 100% |
It's **tip with !** or **@tipu send tip** ;)
author | cardboard |
---|---|
permlink | re-nikema-re-sambillingham-steemconnect-node-js-boilerplate-for-rapid-development-v-0-3-0-20180501t185701185z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"users":["tipu"],"app":"steemit/0.1"} |
created | 2018-05-01 18:57:00 |
last_update | 2018-05-01 18:57:18 |
depth | 2 |
children | 1 |
last_payout | 2018-05-08 18:57:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 44 |
author_reputation | 31,522,757,177,122 |
root_title | "Steemconnect - Node-js - Boilerplate For Rapid Development v.0.3.0" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 53,293,842 |
net_rshares | 0 |
Oh! Thanks for the demonstration @cardboard! I'll fix it and remember for next time :)
author | nikema |
---|---|
permlink | re-cardboard-re-nikema-re-sambillingham-steemconnect-node-js-boilerplate-for-rapid-development-v-0-3-0-20180501t190234757z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"users":["cardboard"],"app":"steemit/0.1"} |
created | 2018-05-01 19:02:33 |
last_update | 2018-05-01 19:02:33 |
depth | 3 |
children | 0 |
last_payout | 2018-05-08 19:02:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 86 |
author_reputation | 944,493,960,947 |
root_title | "Steemconnect - Node-js - Boilerplate For Rapid Development v.0.3.0" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 53,294,612 |
net_rshares | 220,995,310 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
cardboard | 0 | 220,995,310 | 100% |
🙌 Thanks for the support! > finallycomments wordpress plugin (fingers crossed, that you'll get around to it) 🙈 It's high on the list to accomplish, a number of people have asked for it. There are quite a few hoops to jump through and first I want to implement a guest commenting feature. It's good to know people still want it though so feel free to nag me if it doesn't happen soon enough. 😀
author | sambillingham |
---|---|
permlink | re-nikema-re-sambillingham-steemconnect-node-js-boilerplate-for-rapid-development-v-0-3-0-20180501t191553461z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-05-01 19:15:54 |
last_update | 2018-05-01 19:15:54 |
depth | 2 |
children | 0 |
last_payout | 2018-05-08 19:15:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.172 HBD |
curator_payout_value | 0.053 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 395 |
author_reputation | 34,876,406,478,004 |
root_title | "Steemconnect - Node-js - Boilerplate For Rapid Development v.0.3.0" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 53,296,499 |
net_rshares | 39,747,088,285 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thing-2 | 0 | 39,747,088,285 | 100% |
<p><strong>Hi @nikema! You have received 0.3 SBD tip from @cardboard!</strong></p><p>@tipU is looking for SP delegators: pays out 100% of profit to all investors - <a href="https://steemit.com/steem/@tipu/tipu-is-looking-for-steem-power-delegators-pays-out-100-of-profit-50-of-curation-rewards-to-investors" rel="noopener">more info here</a>.</p>
author | tipu |
---|---|
permlink | re-re-sambillingham-steemconnect-node-js-boilerplate-for-rapid-development-v-0-3-0-20180501t184957188z-20180501t185813 |
category | utopian-io |
json_metadata | "" |
created | 2018-05-01 18:58:24 |
last_update | 2018-05-01 18:58:24 |
depth | 2 |
children | 0 |
last_payout | 2018-05-08 18:58:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.871 HBD |
curator_payout_value | 0.286 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 346 |
author_reputation | 55,949,749,206,950 |
root_title | "Steemconnect - Node-js - Boilerplate For Rapid Development v.0.3.0" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 53,294,052 |
net_rshares | 202,333,095,375 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
gentlebot | 0 | 202,333,095,375 | 15% |
<p><strong>Hi @nikema! You have received 0.3 SBD tip from @cardboard!</strong></p><p>@tipU is looking for SP delegators: pays out 100% of profit to all investors - <a href="https://steemit.com/steem/@tipu/tipu-is-looking-for-steem-power-delegators-pays-out-100-of-profit-50-of-curation-rewards-to-investors" rel="noopener">more info here</a>.</p>
author | tipu |
---|---|
permlink | re-re-sambillingham-steemconnect-node-js-boilerplate-for-rapid-development-v-0-3-0-20180501t184957188z-20180501t185845 |
category | utopian-io |
json_metadata | "" |
created | 2018-05-01 18:58:54 |
last_update | 2018-05-01 18:58:54 |
depth | 2 |
children | 0 |
last_payout | 2018-05-08 18:58:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 346 |
author_reputation | 55,949,749,206,950 |
root_title | "Steemconnect - Node-js - Boilerplate For Rapid Development v.0.3.0" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 53,294,111 |
net_rshares | 0 |
@tipu upvote this post
author | nikema |
---|---|
permlink | re-sambillingham-steemconnect-node-js-boilerplate-for-rapid-development-v-0-3-0-20180501t194555089z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"users":["tipu"],"app":"steemit/0.1"} |
created | 2018-05-01 19:45:54 |
last_update | 2018-05-01 19:45:54 |
depth | 1 |
children | 1 |
last_payout | 2018-05-08 19:45:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 22 |
author_reputation | 944,493,960,947 |
root_title | "Steemconnect - Node-js - Boilerplate For Rapid Development v.0.3.0" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 53,300,860 |
net_rshares | 0 |
🤙
author | sambillingham |
---|---|
permlink | re-nikema-re-sambillingham-steemconnect-node-js-boilerplate-for-rapid-development-v-0-3-0-20180501t202910733z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-05-01 20:29:12 |
last_update | 2018-05-01 20:29:12 |
depth | 2 |
children | 0 |
last_payout | 2018-05-08 20:29:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1 |
author_reputation | 34,876,406,478,004 |
root_title | "Steemconnect - Node-js - Boilerplate For Rapid Development v.0.3.0" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 53,306,738 |
net_rshares | 0 |
I also used it as a reference in my many of my projects. Thank you so much for this project.
author | reazuliqbal |
---|---|
permlink | re-sambillingham-steemconnect-node-js-boilerplate-for-rapid-development-v-0-3-0-20180501t193841200z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"community":"busy","app":"busy/2.4.0"} |
created | 2018-05-01 19:38:42 |
last_update | 2018-05-01 19:38:42 |
depth | 1 |
children | 2 |
last_payout | 2018-05-08 19:38:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.028 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 92 |
author_reputation | 61,984,354,446,410 |
root_title | "Steemconnect - Node-js - Boilerplate For Rapid Development v.0.3.0" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 53,299,725 |
net_rshares | 5,103,785,088 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
sambillingham | 0 | 5,103,785,088 | 100% |
👍 Very welcome. Glad to see your projects coming along nicely. Good to see the Steemconnect escrow signing went through too 🙌
author | sambillingham |
---|---|
permlink | re-reazuliqbal-re-sambillingham-steemconnect-node-js-boilerplate-for-rapid-development-v-0-3-0-20180501t194239395z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-05-01 19:42:39 |
last_update | 2018-05-01 19:42:39 |
depth | 2 |
children | 1 |
last_payout | 2018-05-08 19:42:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 125 |
author_reputation | 34,876,406,478,004 |
root_title | "Steemconnect - Node-js - Boilerplate For Rapid Development v.0.3.0" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 53,300,348 |
net_rshares | 0 |
I am very grateful to you and the SteemConnect team. I reported a new problem to them on Discord, let see what they come up with.
author | reazuliqbal |
---|---|
permlink | re-sambillingham-re-reazuliqbal-re-sambillingham-steemconnect-node-js-boilerplate-for-rapid-development-v-0-3-0-20180501t194612532z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"community":"busy","app":"busy/2.4.0"} |
created | 2018-05-01 19:46:15 |
last_update | 2018-05-01 19:46:15 |
depth | 3 |
children | 0 |
last_payout | 2018-05-08 19:46:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 130 |
author_reputation | 61,984,354,446,410 |
root_title | "Steemconnect - Node-js - Boilerplate For Rapid Development v.0.3.0" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 53,300,907 |
net_rshares | 0 |
Thanks For sharing this post. Thank You @sambillingham
author | shanta7 |
---|---|
permlink | re-sambillingham-steemconnect-node-js-boilerplate-for-rapid-development-v-0-3-0-20180501t183920170z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"users":["sambillingham"],"app":"steemit/0.1"} |
created | 2018-05-01 18:39:24 |
last_update | 2018-05-01 18:54:18 |
depth | 1 |
children | 1 |
last_payout | 2018-05-08 18:39:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 55 |
author_reputation | 204,048,760,531 |
root_title | "Steemconnect - Node-js - Boilerplate For Rapid Development v.0.3.0" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 53,291,295 |
net_rshares | -1,076,049,372 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
sambillingham | 0 | -1,076,049,372 | -20% |
Please don't spam STEEM platforms with comments like this, it devalues the experience for everyone. If you actually read the post and found it Informative post perhaps you could add additional value in your response.
author | sambillingham |
---|---|
permlink | re-shanta7-re-sambillingham-steemconnect-node-js-boilerplate-for-rapid-development-v-0-3-0-20180501t184844040z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-05-01 18:48:45 |
last_update | 2018-05-01 18:48:45 |
depth | 2 |
children | 0 |
last_payout | 2018-05-08 18:48:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 216 |
author_reputation | 34,876,406,478,004 |
root_title | "Steemconnect - Node-js - Boilerplate For Rapid Development v.0.3.0" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 53,292,661 |
net_rshares | 0 |
This looks like a very valuable tool, ill be looking into this more very soon. It makes me very excited. Any features geared toward second tier moderation when the chain voting doesnt work well enough? (Or do you know of any)
author | solar |
---|---|
permlink | re-sambillingham-steemconnect-node-js-boilerplate-for-rapid-development-v-0-3-0-20180501t190128578z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-05-01 19:01:30 |
last_update | 2018-05-01 19:10:24 |
depth | 1 |
children | 2 |
last_payout | 2018-05-08 19:01:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.024 HBD |
curator_payout_value | 0.003 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 227 |
author_reputation | 1,511,386,357,565 |
root_title | "Steemconnect - Node-js - Boilerplate For Rapid Development v.0.3.0" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 53,294,466 |
net_rshares | 5,195,781,257 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
sambillingham | 0 | 5,195,781,257 | 100% |
Thanks, glad your keen to take a look. Feel free to message me if you have any trouble getting it setup. > Any features geared toward second tier moderation when the chain voting doesnt work well enough? Not currently. This was the first feature memeit.lol added after using the boilerplate so I understand its a feature that is useful to people. I'd be keen to add it but just need to think of the best way to have the bilplate work easily for both groups who do/don't want moderation. I'll add it as a feature-request on Github.
author | sambillingham |
---|---|
permlink | re-solar-re-sambillingham-steemconnect-node-js-boilerplate-for-rapid-development-v-0-3-0-20180501t191843895z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-05-01 19:18:45 |
last_update | 2018-05-01 19:18:45 |
depth | 2 |
children | 1 |
last_payout | 2018-05-08 19:18:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.544 HBD |
curator_payout_value | 0.179 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 533 |
author_reputation | 34,876,406,478,004 |
root_title | "Steemconnect - Node-js - Boilerplate For Rapid Development v.0.3.0" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 53,296,896 |
net_rshares | 126,961,985,618 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
solar | 0 | 126,961,985,618 | 100% |
Awesome, I appreciate it.
author | solar |
---|---|
permlink | re-sambillingham-re-solar-re-sambillingham-steemconnect-node-js-boilerplate-for-rapid-development-v-0-3-0-20180502t043931223z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-05-02 04:39:33 |
last_update | 2018-05-02 04:39:33 |
depth | 3 |
children | 0 |
last_payout | 2018-05-09 04:39:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 25 |
author_reputation | 1,511,386,357,565 |
root_title | "Steemconnect - Node-js - Boilerplate For Rapid Development v.0.3.0" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 53,368,097 |
net_rshares | 0 |
<center><p><strong>Hi @sambillingham! You have received 1.0 SBD @tipU upvotehttps://i.imgur.com/JFq6JWX.png! from @nikema !</strong></p><p>@tipU pays <a href="https://steemit.com/steem/@tipu/tipu-is-looking-for-steem-power-delegators-pays-out-100-of-profit-50-of-curation-rewards-to-investors" rel="noopener">100% profit + 50% curation rewards to all investors</a> and allows to <a href="https://steemit.com/steemit/@tipu/introducing-tipu-auto-reinvest-option-for-investors-sp-delegators">automatically reinvest selected part of the payout</a>.</p><hr>https://i.imgur.com/z1nr2SV.gif<br></center>
author | tipu |
---|---|
permlink | re-steemconnect-node-js-boilerplate-for-rapid-development-v-0-3-0-20180501t194735 |
category | utopian-io |
json_metadata | "" |
created | 2018-05-01 19:47:42 |
last_update | 2018-05-01 19:47:42 |
depth | 1 |
children | 1 |
last_payout | 2018-05-08 19:47:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 596 |
author_reputation | 55,949,749,206,950 |
root_title | "Steemconnect - Node-js - Boilerplate For Rapid Development v.0.3.0" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 53,301,107 |
net_rshares | 0 |
haha this gif is ridiculous 😂
author | sambillingham |
---|---|
permlink | re-tipu-re-steemconnect-node-js-boilerplate-for-rapid-development-v-0-3-0-20180501t194735-20180501t202848606z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-05-01 20:28:48 |
last_update | 2018-05-01 20:28:48 |
depth | 2 |
children | 0 |
last_payout | 2018-05-08 20:28:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 29 |
author_reputation | 34,876,406,478,004 |
root_title | "Steemconnect - Node-js - Boilerplate For Rapid Development v.0.3.0" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 53,306,696 |
net_rshares | 0 |
#### Hey @sambillingham We're already looking forward to your next contribution! ##### Utopian Witness! <a href="https://v2.steemconnect.com/sign/account-witness-vote?witness=utopian-io&approve=1">Vote for Utopian Witness!</a> We are made of developers, system administrators, entrepreneurs, artists, content creators, thinkers. We embrace every nationality, mindset and belief. **Want to chat? Join us on Discord https://discord.gg/h52nFrV**
author | utopian-io |
---|---|
permlink | re-sambillingham-steemconnect-node-js-boilerplate-for-rapid-development-v-0-3-0-20180505t152219921z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"users":["sambillingham"],"links":["https://v2.steemconnect.com/sign/account-witness-vote?witness=utopian-io&approve=1","https://discord.gg/h52nFrV"],"app":"steemit/0.1"} |
created | 2018-05-05 15:22:21 |
last_update | 2018-05-05 15:22:21 |
depth | 1 |
children | 0 |
last_payout | 2018-05-12 15:22:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 444 |
author_reputation | 152,955,367,999,756 |
root_title | "Steemconnect - Node-js - Boilerplate For Rapid Development v.0.3.0" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 54,041,059 |
net_rshares | 0 |