https://github.com/thenewcivilian/efa-timetable
A Node.js application displays EFA (Elektronische Fahrplan Auskunft) content.
https://github.com/thenewcivilian/efa-timetable
avv avv-efa-timetable nodejs public-transportation timetable
Last synced: 4 months ago
JSON representation
A Node.js application displays EFA (Elektronische Fahrplan Auskunft) content.
- Host: GitHub
- URL: https://github.com/thenewcivilian/efa-timetable
- Owner: TheNewCivilian
- License: mit
- Created: 2017-10-18T21:51:50.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2025-06-29T21:11:08.000Z (4 months ago)
- Last Synced: 2025-06-29T22:22:18.377Z (4 months ago)
- Topics: avv, avv-efa-timetable, nodejs, public-transportation, timetable
- Language: JavaScript
- Homepage:
- Size: 412 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
EFA Timetable Node.js
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
## Table of Contents
* [About the Project](#about-the-project)
* [Built With](#built-with)
* [Getting Started](#getting-started)
* [Prerequisites](#prerequisites)
* [Installation](#installation)
* [Roadmap](#roadmap)
* [Contributing](#contributing)
* [License](#license)
* [Contact](#contact)
* [Acknowledgements](#acknowledgements)## About The Project
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](https://github.com/TheNewCivilian/AVV_EFA_Timetable/releases/tag/V1.0).[![A chat window of a client][product-screenshot1]]()
Screenshot of V1 implementation.### Customization
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/### Built With
* [Node.js](https://nodejs.org/en/)
## Getting Started
To get a local copy up and running follow these simple steps.
### Installation
1. Clone the repo
```sh
git clone https://github.com/TheNewCivilian/AVV_EFA_Timetable
```2. Install Dependencies
```sh
npm install
```3. Run the node.js development Server
```sh
npm run dev
```3. Check the Timetable
[https://localhost:8080](https://localhost:8080)## Roadmap
See the [open issues](https://github.com/TheNewCivilian/AVV_EFA_Timetable/issues) for a list of proposed features (and known issues).
## Contributing
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**.
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request## License
Distributed under the MIT License. See `LICENSE` for more information.
[contributors-shield]: https://img.shields.io/github/contributors/TheNewCivilian/simple-websocket-chat.svg?style=flat-square
[contributors-url]: https://github.com/TheNewCivilian/AVV_EFA_Timetable/contributors
[forks-shield]: https://img.shields.io/github/forks/TheNewCivilian/simple-websocket-chat.svg?style=flat-square
[forks-url]: https://github.com/TheNewCivilian/AVV_EFA_Timetable/network/members
[stars-shield]: https://img.shields.io/github/stars/TheNewCivilian/simple-websocket-chat.svg?style=flat-square
[stars-url]: https://github.com/TheNewCivilian/AVV_EFA_Timetable/stargazers
[issues-shield]: https://img.shields.io/github/issues/TheNewCivilian/simple-websocket-chat.svg?style=flat-square
[issues-url]: https://github.com/TheNewCivilian/AVV_EFA_Timetable/issues
[product-screenshot1]: product-screenshot1.png