Skip to content

Latest commit

 

History

History
139 lines (93 loc) · 3.85 KB

README.md

File metadata and controls

139 lines (93 loc) · 3.85 KB

Contributors Forks Stargazers Issues


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

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.

A chat window of a client 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

Getting Started

To get a local copy up and running follow these simple steps.

Installation

  1. Clone the repo
git clone https://github.com/TheNewCivilian/AVV_EFA_Timetable
  1. Install Dependencies
npm install
  1. Run the node.js development Server
npm run dev
  1. Check the Timetable https://localhost:8080

Roadmap

See the open 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.