Skip to content

Commit

Permalink
web demo, updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cankurttekin committed Sep 25, 2024
1 parent d14bc4b commit bfc10e8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 19 deletions.
25 changes: 6 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,18 @@
# tcdd-cli
# tcdd-cli web-ui
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
<br>
This tool helps you to find an empty seat in Turkish Railways by making requests to TCDD API.
This web tool helps you to find an empty seat in Turkish Railways by making requests to TCDD API from your browser.

<img src="/demo.png" alt="img" align="center" width=90%>
<img src="/demo-web.png" alt="img" align="center" width=90%>

## Features
Let's you choose date, stations and goes to loop to fetch empty seats and notify when seats > 0.
It uses ASCII BEL to notify when seats available so if you disabled terminal bell sound and want to get audio feedback you may need to enable it.

## Usage
```
# Clone repository to any directory
git clone https://github.com/cankurttekin/tcdd-cli.git
# Go to tcdd-cli directory
cd tcdd-cli/
# Grant execute permission
chmod +x tcdd-cli.sh
# Run
./tcdd-cli.sh
# Go to project website:
https://cankurttekin.github.io/tcdd-cli/
```

# TO DO
- ~~Implement station and id lookup.~~
- ~~Run it in the background and get notified when there's an empty seat available for desired destination and time.~~
- Make it prettier. ~~> kinda??~~
- Telegram bot

Binary file added demo-web.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed demo.png
Binary file not shown.

0 comments on commit bfc10e8

Please sign in to comment.