Skip to content

Commit 4be49c1

Browse files
committed
version bump + readme
1 parent 432ef9c commit 4be49c1

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,22 @@
11
# boilerplate
22
This project is a boilerplate for rapid development ontop of the steem network.
33

4-
## What does it include
4+
## What does it include
55
This boilerplate includes.
66
- Authenticate with SteemConnect/Logout
7-
- Get User Profile
8-
- Get Feed
7+
- Trending + latest post feeds
8+
- Logged In user profile + 'my blog' feed
9+
- @username page with profile info + blog feed
910
- Create Top Level Post
10-
- Upvote Top Level Post
11-
11+
- Upvote Top Level Post from feed
12+
- Single Page for posts + comments thread
13+
- Upvote + comment on single page
1214

1315
## setup & install
1416
- install node.js & NPM - [https://nodejs.org/en/](https://nodejs.org/en/)
1517
- clone repo
1618
- Go to [https://v2.steemconnect.com/dashboard](https://v2.steemconnect.com/dashboard) and create a new app, it currently costs 3 STEEM.
17-
- add the Redirect URI - http://localhost:3000/auth/
19+
- add the Redirect URI - http://localhost:3000/auth/
1820
- open ```config.example.js``` and rename to ```config.js``` enter your ```client_id``` from steemconnect and redirect uri to 'http://localhost:3000/auth/', update the session secret to a new secure random string
1921
- npm install // to download dependencies
2022
- npm start // run the project on default port 3000

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "boilerplate",
3-
"version": "0.0.0",
3+
"version": "0.2.0",
44
"private": true,
55
"scripts": {
66
"start": "node ./bin/www"

0 commit comments

Comments
 (0)