Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.08 KB

README.md

File metadata and controls

42 lines (29 loc) · 1.08 KB

StpFoodBlazor

Display downtown Saint Paul food and drink deals

tests

See it in action!

Requirements

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

Environment Variables

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

Run

$ dotnet run

Development

See DEVELOPER.md for more information on developing and running.