Skip to content

code-with-sam/steem-compare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

steem-compare

Steem Compare allows you to easily see account information on multiple accounts at once. Enter a custom list of users or use the follower compare tool.

View the live site here

setup

If you would like to setup this project locally

git clone https://github.com/code-with-sam/steem-compare/
open index.html

Dev

There are currently no build tools or pre-processing in use so you can edit main.css/main.js directly and refresh in the browser to see updates or use a local server like node http-server module.

Dependecies

Upcoming updates/Ideas ->

A couple features spring to mind to add next -

  • filtering after search e.g ( over 50rep, less than 1000sp)
  • Highlighting if powering down.
  • if the user is re-investing or sending to exchange.
  • if the user uses upvote/bot accounts
  • minify setup build tools
  • save/track individual user or groups to see change in stats
  • Branding/Design/Custom URL

More unique statistics

  • Average Weekly rewards
  • latest rewards
  • Average user engagement

V0.4.0

  • User Compare Page
  • New user stats (average post likes/comments & average word Count)

V0.3.0

  • Share via url
  • History state with searches
  • create modules for JS

V0.2.1

  • add query to check for active steem server

V0.2

  • Add Sorting (reputation, effective SP, account value, post count, followers and account age)
  • Responsive Updates sm + lg fixes
  • New Metric - Relative Account Age
  • Hero Design/UI updates

V0.1

  • Inital Project Build

Thanks

The project is built onto of the fantastic steem-js library. Shout out to @stoodkev for his steemjs tutorials.