metasyn / show-scraper-rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:TypeScript 53.7%Language:Rust 25.2%Language:HTML 10.3%Language:CSS 9.9%Language:Dockerfile 0.9%