/ortensia

web scraping tool for management release date

Primary LanguageTypeScript

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