aboutsummaryrefslogtreecommitdiff
path: root/content/blog
diff options
context:
space:
mode:
authorJulien Dessaux2021-04-07 00:38:03 +0200
committerJulien Dessaux2021-04-07 00:38:03 +0200
commit045e20ec7941fac38fb7f5da880cdf3225ca3e48 (patch)
tree8bccaeaa97d9995cb7168b532af230c8a44f92d1 /content/blog
parentAdded blog article about trains.adyxax.org (diff)
downloadwww-045e20ec7941fac38fb7f5da880cdf3225ca3e48.tar.gz
www-045e20ec7941fac38fb7f5da880cdf3225ca3e48.tar.bz2
www-045e20ec7941fac38fb7f5da880cdf3225ca3e48.zip
typos and wording
Diffstat (limited to 'content/blog')
-rw-r--r--content/blog/miscellaneous/open-data-sncf.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/blog/miscellaneous/open-data-sncf.md b/content/blog/miscellaneous/open-data-sncf.md
index 6c1292d..56b1630 100644
--- a/content/blog/miscellaneous/open-data-sncf.md
+++ b/content/blog/miscellaneous/open-data-sncf.md
@@ -14,10 +14,10 @@ I am quite fond of the open data initiatives in France and across Europe. When m
Let me tell you the API is quite extensive, you can query absolutely anything! Just have a look at the [documentation](http://doc.navitia.io/) : time tables, realtime departure information, journey planning... I did not expect something so complete!
-It is free to use for up to 5000 API calls per day, which is really generous considering the pagination features allow you to get up to one thousand results per query for example when listing all of France's train stops.
+It is free to use for up to 5000 API calls per day, which is really generous considering the pagination feature allows you to get up to one thousand results per query (necessary for example when listing all of France's train stops).
## A small golang contribution
I wrote https://git.adyxax.org/adyxax/trains, which you can see live at https://trains.adyxax.org/. It is just a simple timetable for now but a lifechanging thing for my partner : no more frustration!
-I also used this opportunity to polish my golang experience, it was my first time writing a web server with this language. I have several feature ideas like perturbation alerting or a small front to select and browse other stations than the one and only configured when the web app starts... but it might just be enough for our use case as it is. I will take a few days and think it over.
+I also used this opportunity to polish my golang experience, it was my first time writing a web app in this language. I have several feature ideas like perturbation alerting or a small front to select and browse other stations than the one and only configured when the web app starts... but it might just be enough for our use case as it is. I will take a few days and think it over.