https://github.com/made2591/go-erlangen
A wrapper around [https://api.internationalshowtimes.com/](https://api.internationalshowtimes.com/) apis to get movies showtime of your city
https://github.com/made2591/go-erlangen
api draft go golang movies open showtimes
Last synced: 8 months ago
JSON representation
A wrapper around [https://api.internationalshowtimes.com/](https://api.internationalshowtimes.com/) apis to get movies showtime of your city
- Host: GitHub
- URL: https://github.com/made2591/go-erlangen
- Owner: made2591
- Created: 2018-09-24T20:47:27.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-24T20:59:43.000Z (about 7 years ago)
- Last Synced: 2025-01-13T10:50:14.493Z (9 months ago)
- Topics: api, draft, go, golang, movies, open, showtimes
- Language: Go
- Size: 1.76 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GO-erlangen
GO-erlangen is a super dirty draft create around [https://www.internationalshowtimes.com/](https://www.internationalshowtimes.com/) to help you list showtimes of Original Language movies in Erlangen (Germany, Bayern) cinemas.
```shell
git clone https://github.com/made2591/go-erlangen.git
cd go-erlangen
go run main.go
```
Movies will be filtered and list automatically, by pressing enter you can go ahead in listing...
![]()
## Dependencies
There are no dependencies. The code is super wrong written you can do so much more, it's just a draft
Thanks to [https://www.internationalshowtimes.com/](https://www.internationalshowtimes.com/) for providing me a trial api key.
## Improvements
- Build a webinterface with parameters for search
- Introduce... almost everything