An open API service indexing awesome lists of open source software.

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

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