aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Dessaux2021-04-06 16:56:38 +0200
committerJulien Dessaux2021-04-06 16:56:38 +0200
commite687605134573e6f261f8d3e0716729a17e0e4d0 (patch)
tree6b9dfe79867319b3b49a7412cb1cf4bd090ea679
parentDocument the navitia api caching (diff)
downloadtrains-e687605134573e6f261f8d3e0716729a17e0e4d0.tar.gz
trains-e687605134573e6f261f8d3e0716729a17e0e4d0.tar.bz2
trains-e687605134573e6f261f8d3e0716729a17e0e4d0.zip
Removed documentation of a feature that is not yet implemented
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index dcaba3d..4015f95 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Trains
-Trains is a simple web app to display train timetables for specific lines at stations on France SNCF's network. It records weekly passages and you can subscribe to certain train times to alert when schedules change or your stop is removed. It queries the SNCF official api by default but will work with any compatible Navitia api implementation and present the results in a minimal web page that loads fast (unlike the official sites with all their images and ads).
+Trains is a simple web app to display train timetables for specific lines at stations on France SNCF's network. It queries the SNCF official api by default but will work with any compatible Navitia api implementation and present the results in a minimal web page that loads fast (unlike the official sites with all their images and ads).
Api queries are cached for 60 seconds so that someone refreshing your instance cannot simply DOS the api and exhaust your request quota.