Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 577 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 577 Bytes

ortensia

management media release calendar

example1

Usage

Deploy to CloudFunction and AppEngine

Add another calendar from url!

ex) GoogleCalendar, iCalendar...

example2

example3

Deploy

Put cron/.secrets.yaml and set following environment variables.

env_variables:
  HOURLY_JOB_HOST: '<url_of_your_cloud_function>'
# deployment cloud functions
$ npm run deploy

Development

# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev