Explore the London Underground, using data from Transport for London’s Trackernet feed. (beta!)
https://intertube.eta.st
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
7 days ago | |
---|---|---|
assets | 1 week ago | |
branding | 2 months ago | |
inter-font | 2 months ago | |
refdata | 1 week ago | |
vendor/cl-stomp | 2 weeks ago | |
wobsite | 1 week ago | |
.ci-test | 2 months ago | |
.gitignore | 2 months ago | |
LICENSE | 2 months ago | |
Makefile | 2 months ago | |
README.md | 2 months ago | |
api-docs.md | 6 months ago | |
archive-hacks.lisp | 2 years ago | |
clickhouse_ddl.sql | 6 months ago | |
deploy-common.lisp | 2 weeks ago | |
deploy-tests.lisp | 2 months ago | |
deploy-web.lisp | 2 weeks ago | |
deploy.lisp | 2 weeks ago | |
intertube.asd | 2 months ago | |
itps.lisp | 3 months ago | |
packages.lisp | 2 months ago | |
readme-header.png | 2 months ago | |
tests.lisp | 2 months ago | |
trackernet.lisp | 1 week ago | |
wobsite.lisp | 7 days ago | |
wtt.lisp | 2 years ago | |
xrcos.lisp | 6 months ago |
README.md
This is the source code of intertube, a London Underground open data explorer by eta.
It's not really designed to be run or hacked on by others, but you're welcome to look (and copy snippets under the MIT license). If you do want to contribute, get in touch and we can work something out.
The main interesting bits are trackernet.lisp
(the bulk of the scraper and backend code) and wobsite.lisp
(the frontend).
API access
An experimental API is available — see api-docs.md.