Skip to content

fox-Nh133/rover-calendar

Repository files navigation

Rover Calendar

ローバー向けのイベントを集約するカレンダー

使い方

使い方

ドキュメント

ドキュメント

スクリーンショット 🖼️

Screenshot 2024-05-06 at 18 29 54

実装イメージ

graph RL
    subgraph frontend
        subgraph freamworks
           css(Bulma CSS)
           js1(FullCalendar JS)
           js2(iCAL JS)
        end
    end
    subgraph backend
        gh-page(GitHub Pages)
        subgraph GitHub Actions
            fetch(fetch-calendar.yml)
            deploy(pages-build-deployment) 
        end
    end
    subgraph external
        iCalResource(Google Calendar iCal resource)
    end

    gh-page <--> frontend
    iCalResource <---> fetch
    fetch --> deploy
    deploy --deploy--> gh-page

ライセンス

MIT License