Code Monkey home page Code Monkey logo

cinderella-stage-calendar's Introduction

cinderella-stage-calendar

Build Status npm version

🔥 2020年2月のアップデートにて、トレチケタイムはトレチケタイムチケット制に変更されたため、本カレンダーは不要となりました 🔥

日付からデレステのトレチケタイムを導き出します。iCal形式のファイルも置いてます。

CAUTION

  • 非公式のカレンダーです。間違っても公式の運営さんに文句をいわないように
  • 間違いがあっても何も保証できません。仕様変更などの情報があればissueで寄せて頂ければ幸いです

For Consumers

例として、Googleカレンダーに登録する手順を載せておきます。

1. グループ別にiCalファイルが分かれているので、追加したいグループのURLをコピー
2. Googleカレンダーの[他のカレンダー]から[URLで追加]

3. 1.でメモしたURLを入力して[カレンダーを追加]

4. お好みでカレンダーの色を変えたり、通知を編集したり

For Developers

Installation

$ npm install cinderella-stage-calendar
var TicketCalendar = require('cinderella-stage-calendar');
var tCal = new TicketCalendar(TicketCalendar.GROUP_A);
var times = tCal.getTrainingTicketTimesByDate(new Date('2015-10-1'));
console.log(times);

//[ Thu Oct 01 2015 09:00:00 GMT+0900 (JST),
//  Thu Oct 01 2015 13:00:00 GMT+0900 (JST),
//  Thu Oct 01 2015 20:00:00 GMT+0900 (JST) ]

References

cinderella-stage-calendar's People

Contributors

kuronekomichael avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.