The following publication is a presentation of my last tool. getMyWitness displays to the steemian the status its witnesses (state, feed price, block missed, hardfork version, props and last witness-update publication).
Why
Because it can be hard to follow the work of its witnesses and it's can be time consuming to track each witness, I would to give to steemian a tool that facilitates to do that.
How to
Just type your steem account :).
features
The tools displays :
- witness status : Active/Inactive
- steem owner name
- Witness presentation
- Votes
- Block missed
- steemd version
- Registration / APR / Block Size
- Feed Price (SBD price / STEEM quote / update time)
These common metrics are useful but insufficient . I have added the last "witness-update" publication.
Last, I have added the possibility to save the URL (in order to share the result).

Installation
The tools works alone. You can copy index.html and run it and your computer.
The script contains three variable that can be modified
lastPublication is the number of posts to crawl in order to find a witness-update.
var lastPublication = 15
steemApi_endpoint is the api endpoint.
steemApi_endpoint = "https://api.steemit.com"
repo : https://github.com/evildido/getMyWitness
apps : https://evildido.github.io/getMyWitness/
Posted on Utopian.io - Rewarding Open Source Contributors