This node.js application displays EFA (Elektronische Fahrplan Auskunft) content.
Its by default configured to capture stations of the "Augsburger Verkehrs Verbund"
Report Bug
·
Request Feature
This Project evolved from being a python standalone application to a Node.js version. You can still find the standalone build at tag v1.0.
Screenshot of V1 implementation.
To customize this departure board see /src/config.js
You can also change to a different EFA data provider. Some are listed here:
Linz (Austria) https://www.linzag.at/linz2/
Freiburg (Germany) http://efa.vag-freiburg.de/vagfr/
Augsburg (Germany) https://efa.avv-augsburg.de/avv2/
To get a local copy up and running follow these simple steps.
- Clone the repo
git clone https://github.com/TheNewCivilian/AVV_EFA_Timetable
- Install Dependencies
npm install
- Run the node.js development Server
npm run dev
- Check the Timetable https://localhost:8080
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.