Display downtown Saint Paul food and drink deals
You can modify this code to use other data services and data attributes but this code assumes you are using sheet_zoukas-lambda deployed on AWS to expose a Google Sheet.
The backing Google Sheet requires the following tabs and corresponding column headers
-
Deals
- Day
- Name
- Deal
- Happy Hour
- Alcohol
- Url
- Start
- End
-
giftcards
- Place
- Deal
- Deal Starts
- Deal Ends
SheetId
is the Google Sheet ID from which data will be read. SheetsUrl
is the URL of the service that retrieves the data from the Google Sheet.
ASPNETCORE_AppConfig__SheetId
ASPNETCORE_AppConfig__SheetsUrl
$ dotnet run
See DEVELOPER.md for more information on developing and running.