Coder Social home page Coder Social logo

azu / oreore_cal Goto Github PK

View Code? Open in Web Editor NEW

This project forked from yoshiko-pg/oreore_cal

0.0 3.0 0.0 812 KB

ATND,Connpass,Zusaarの予定をまとめて見られる、おれおれ勉強会カレンダー

License: MIT License

CSS 63.70% JavaScript 36.30%

oreore_cal's Introduction

#おれおれ勉強会カレンダー http://yoshiko-pg.github.io/oreore_cal/
ATND,connpass,Zusaarで入れた自分の予定をまとめて把握しよう!

##使い方 上部の「ID setting」を開いて、ATND・connpass・Zusaarそれぞれ自分のIDを入力します。
(空欄のサービスがあっても大丈夫です。)
(IDがどこにあるかは、入力欄下のリンク「Where is my ID?」を参考にしてください。)

IDを入れたら、「view events」ボタンをクリックすると予定がまとめて表示されます。
気に入ったら、「save to Cookie」ボタンを押すとIDをCookieに保存するので
次回からページを開くだけで予定を確認することができます。

##コードについて js/event_api_wrapper.jquery.js は ATND・connpass・Zusaarからまとめて予定を取得できるスクリプトとして使用できるように書きました。

event_api_wrapper.get_events(
	{atnd:'xxxxx', connpass:'xxxxx', zusaar:'xxxxx'}, 
	function(events){ //... }, 
	['201402','201403','201404']
); 

の形で

  • サービス名とIDを対にしたオブジェクト
  • コールバック関数
  • 取得したいイベントの年月(オプション)

を渡すと、コールバック関数の第一引数に、イベントオブジェクトをまとめた配列を返します。

ヘッダーコメントに詳しい使い方を書いていますので、利用したい方はご自由にどうぞ。

oreore_cal's People

Watchers

 avatar  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.