aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Dessaux2021-04-06 16:55:11 +0200
committerJulien Dessaux2021-04-06 16:55:11 +0200
commit12ddb1073118ce0870d67b1fe65a8c9c472b5b67 (patch)
treea0ac9ab3a1066059ea91b93f384b330b0a2f7afd
parentDocumented how to find a trainStop code (diff)
downloadtrains-12ddb1073118ce0870d67b1fe65a8c9c472b5b67.tar.gz
trains-12ddb1073118ce0870d67b1fe65a8c9c472b5b67.tar.bz2
trains-12ddb1073118ce0870d67b1fe65a8c9c472b5b67.zip
Document the navitia api caching
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index fb62e2f..dcaba3d 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,8 @@
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).
+Api queries are cached for 60 seconds so that someone refreshing your instance cannot simply DOS the api and exhaust your request quota.
+
A personal instance runs at https://trains.adyxax.org/.
## Content