
Converting Scrape Data to Api
Introduction
TLDR If you prefer just code reading like me, you can skip to the repo
One of the somewhat mundane but necessary tasks in programming is to get data from externa Web sites (a.k.a Web Scraping) and store in easy to use format. These raw data when format properly can be consumed by multiple type of client through Api endpoints.
Since my planned advent of calendar post is not working as I plan. I will challenge myself to see if I can really use F# proficiently or not.