This is a simple application I wrote to learn a little more about rust. It:
- scrapes The List
- wraps up the results into a small webserver that returns a json blob
There is only one route: /
(on port 80). It returns a json blob of shows. Thats it!
There is also a dockerfile for building and automatically published image: metasyn/show-scraper