Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 502 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 502 Bytes

show-scraper

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

routes

There is only one route: / (on port 80). It returns a json blob of shows. Thats it!

docker

There is also a dockerfile for building and automatically published image: metasyn/show-scraper