···12121313I needed to do something so much better. I would like it so, that it would regularly update when the number on the website changes and I would like to make it a rich full-screen (with dark mode (uwu) experience. So I sat down by my computer and wrote a simple Python API
1414<script src="https://gist.github.com/filiptronicek/1b70c8bb692014204885823aabd90a91.js"></script>
1515-I hosted the project with [Zeit now](https://zeit.co/), so I had my [API endpoint](https://en.wikipedia.org/wiki/Web_API) done. Now I went ahead to create the front-end.First I wanted to it with PHP, but for better flexibility I settled with JavaScript.
1515+I hosted the project with [Zeit now](https://zeit.co/), so I had my [API endpoint](https://en.wikipedia.org/wiki/Web_API) done. Now I went ahead to create the front-end. First I wanted to it with PHP, but for better flexibility, I settled with JavaScript.
161617171818You can find the final result [here](https://teamtrees.now.sh/) (repo [here](https://github.com/filiptronicek/teamtrees))
19192020
21212222-Then I realized there was totally no data to be found on the entire internet regarding stats for teamtrees. So I made a simple script that got the data and saved it into a csv. You can find all the data [here](https://github.com/filiptronicek/teamtrees-stats/tree/master/data) and here is the chart with the data until 8/11/2019:
2222+Then I realized there was no data to be found on the entire internet regarding stats for Teamtrees. So I made a simple script that got the data and saved it into a CSV. You can find all the data [here](https://github.com/filiptronicek/teamtrees-stats/tree/master/data) and here is the chart with the data until 8/11/2019:
2323
24242525-Thanks people, see you again soon!2525+Thanks, people, see you again soon!