Lightsteem
Working Prototype/Betaformat_list_bulleted Data
Description
Lightsteem is a light python 3.6+ client to interact with the STEEM blockchain. It's simple and stupid. You ask something, you get something.
Development
            
Commits

0.0.4 - Broadcasting support',
                    start: '2018-08-12'},
                {
                    id: 2,
                    content: '
Aug. 9, 2018
Broadcasting transactions',
                    start: '2018-08-09'},
                {
                    id: 3,
                    content: '
Aug. 7, 2018
Announcement',
                    start: '2018-08-07'},
            ]);
            var options = {
                //align: 'left',
                min: new Date(2016, 3, 1),
                max: new Date(Date.now() + 1000*60*60*24*31), // next month
                    start: '2018-07-13',
                    end: '2018-09-11',
                showCurrentTime: false
            };
            var timeline = new vis.Timeline(container, items, options);
            container.addEventListener("mouseover", function(){timeline.redraw();});