Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diurnalist/ourkino
A simple movie showtime listing for a highly curated list of locations.
https://github.com/diurnalist/ourkino
berlin chicago cinema film-list showtimes
Last synced: about 1 month ago
JSON representation
A simple movie showtime listing for a highly curated list of locations.
- Host: GitHub
- URL: https://github.com/diurnalist/ourkino
- Owner: diurnalist
- License: mit
- Created: 2016-12-18T16:35:47.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2023-11-25T01:57:24.000Z (about 1 year ago)
- Last Synced: 2024-09-06T01:12:38.958Z (4 months ago)
- Topics: berlin, chicago, cinema, film-list, showtimes
- Language: Go
- Homepage: https://ourkino.com
- Size: 662 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ourkino
A simple movie showtime listing for a highly curated list of locations. Currently supports showtimes for π©πͺ **Berlin**, πΊπΈ **Chicago**, and πΊπΈ **Seattle**, because that is where I have resided.
This listing is biased towards independent cinemas. Particularly in Berlin and Seattle, there was no single site that simply listed what films are playing across the subset of kinos that tend to run indie films.
**[ourkino.com](https://ourkino.com)**
![screenshot](./assets/screenshot.png)
The UI displays all upcoming shows in time order, regardless of location. The assumption is that you care more about the when than the where. A filter box enables you to filter by cinema or movie title.
## Building
```shell
go build
```## Acknowledgements
For the Berlin listings, this relies heavily on the high-quality listing information assembled and presented by [kinoheld](https://www.kinoheld.de/). For the Chicago listings, it uses the showtime feeds from [IMDb](https://www.imdb.com/). For Seattle listings, it uses data from [Elevent](https://getelevent.com) and other bespoke sources.