/DishDashGo

Scrape recipes using Go and present with custom server

Primary LanguageGo

Dish Dash Go - A recipe project

Collect, process, and present online recipes.

Usage

go run main.go

TODOs

  • Plan and build recipe data structure
  • Scraper to collect recipes
  • ETL collected recipe metadata to new recipe data structure
  • Store collected recipes in sqlite or some other DB/flat file ?
  • Retreive stored recipes and present on the CLI
  • Webserver to show store recipes