You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Tony Blyler 960026256c
Add Travis-CI
7 years ago
vendor/golang.org/x Add vendoring for dependencies 7 years ago
.gitmodules Add vendoring for dependencies 7 years ago
.travis.yml Add Travis-CI 7 years ago
LICENSE Initial commit 7 years ago
README.md Fix typos in the README 7 years ago
main.go Initial commit 7 years ago

README.md

Knight's Daily Special Scraper

Who doesn't love Knight's? Their steak sandwich lunch special is delicious. So here is a simple HTML scraper to get Knight's current specials for their various locations in a very interceptable way (JSON, pretty JSON, or just CLI output).

Installation

Requirements

  • Go version >= 1.5
  • GOPATH set in your ENV
  • (optional, but recommended) $GOPATH/bin in $PATH
go get -u github.com/tblyler/knights-special

Documentation

Run the following after installation...

knights-special --help