sue445 / regional-rb-calendar

地域.rbの開催情報を集めたカレンダーです

Home Page:https://sue445.github.io/regional-rb-calendar/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

regional-rb-calendar

地域.rbの開催情報を集めたカレンダーです

https://sue445.github.io/regional-rb-calendar/

build

グループの追加方法

docs/config/connpass.jsondocs/config/doorkeeper.jsonidnameseries_id (connpassのみ) を追加するだけ

series_id は下記のようなコマンドで調べてください。(下記の例だと series_id2338

$ curl -s https://fukuokarb.connpass.com/ | grep "https://connpass.com/series/"
          <input type="hidden" name="next" value="https://connpass.com/series/2538/?gmem=1" />

Development

bundle config --local path "vendor/bundle"
bundle install

bundle exec functions-framework-ruby --target regional-rb-calendar

curl http://localhost:8080/api/calendar/connpass.ics
curl http://localhost:8080/api/calendar/doorkeeper.ics

About

地域.rbの開催情報を集めたカレンダーです

https://sue445.github.io/regional-rb-calendar/

License:MIT License


Languages

Language:Ruby 100.0%