Skip to content
This repository has been archived by the owner. It is now read-only.
Is it the winter break yet?
HTML Makefile Go
Branch: master
Clone or download

Latest commit

Fetching latest commit…
Cannot retrieve the latest commit at this time.

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github/workflows
.gcloudignore
.gitignore
LICENSE
Makefile
README.adoc
fn.go
go.mod
index.html

README.adoc

Is it the winter break yet ?

Deployment

make deploy-function

Usage

$ make run-function
{
  "is_winter_break_yet": "true",
  "winter_break": {
    "start_time": "2019-10-13T23:00:00Z",
    "end_time": "2020-04-12T23:00:00Z"
  }
}
$ make run-frontpage
... will open the front page ...
You can’t perform that action at this time.