I accepted the challenge from @CodingTrain. I created a visualisation for the stats of runners using the twitter bot for logging progress of running 500 miles challenge.
This is my first p5js project.
The total distance is being received from the API and shown using the height of the bar. By hovering over it, you can exactly see the distance in miles.
The username of people using the twitter bot are shown from the API. You can see them by hovering over the respective bar.
If the user is running often, the bar will be green. If you are running a lot, but not regularly the bar will be orange or even red.
If you use the bot everyday for three days you will get a calendar badge, which will show everyone your activity. Yeey!
You can see the distance and the date of the last five runs. They are available by hovering over the bar.
**Hovering on computer is available on mobile devices by tapping on the bar.**
The API used in this project is available here