From de48bf58d1602b88c778af4d97c76b6e8bdb0334 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Tron=C3=AD=C4=8Dek?= Date: Sat, 9 Nov 2019 18:29:05 +0100 Subject: [PATCH] Some grammar mistakes --- _posts/2019-11-09-teamtrees.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_posts/2019-11-09-teamtrees.md b/_posts/2019-11-09-teamtrees.md index 7c7c1ef..577daee 100644 --- a/_posts/2019-11-09-teamtrees.md +++ b/_posts/2019-11-09-teamtrees.md @@ -12,14 +12,14 @@ Don't worry, this was just the buildup. About 30 minutes in the research of what I 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 -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. +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. You can find the final result [here](https://teamtrees.now.sh/) (repo [here](https://github.com/filiptronicek/teamtrees)) ![my counter](https://fotup.app/s/RDtssK2b.png) -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: +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: ![chart](https://fotup.app/s/t2qhC19A.png) -Thanks people, see you again soon! \ No newline at end of file +Thanks, people, see you again soon! \ No newline at end of file -- 2.51.2