knights-special/README.md

21 lines
535 B
Markdown
Raw Normal View History

2017-01-09 17:18:25 -05:00
# Knight's Daily Special Scraper
Who doesn't love [Knight's](http://www.knightsrestaurants.com/)? Their steak sandwich lunch special is delicious. So here is a simple HTML scraper to get Knight's current lunch specials is a very interceptable way.
## Installation
### Requirements
* Go version >= 1.5
* GOPATH set in your ENV
* (optional, but recommended) `$GOPATH/bin` in `$PATH`
```bash
go get -u github.com/tblyler/knights-special
```
## Documentation
Run the following after installation...
```bash
knights-special --help
```