Thanks to visit codestin.com
Credit goes to github.com

Skip to content

kwaka1208/map.coderdojo.jp

 
 

Repository files navigation

🗾 DojoMap - 地図で CoderDojo を探す

CoderDojo の地図『DojoMap』で、 最寄りの CoderDojo を探してみよう!:mag: :dash: https://map.coderdojo.jp/

DojoMap


🔰 DojoMap の使い方

  1. 🗾 coderdojo.jp の「地図情報から探す」をクリック CoderDojo Japan

  2. 🗺️ 地図情報が表示されたら気になる CoderDojo マーカーをクリック DojoMap

  3. ☯️ CoderDojo の連絡先情報などが表示されるので、そこから詳細へ GO! CoderDojo 富山

スライド: 2022年度 CoderDojo Japan 活動報告 - SpeakerDeck
解説動画: 2022年度 CoderDojo Japan 活動報告 - YouTube


💎 DojoMap のセットアップ方法(開発者向け)

  1. ローカル環境で Ruby が実行できることを確認する

    $ ruby --version
    
  2. CoderDojo Zen から Dojo 情報一覧を取得する(dojos_earth.jsonにある位置情報が欲しい)

    $ ./get-dojos-from-earth.rb
    
  3. CoderDojo Japan から Dojo 情報一覧を取得する(dojos_japan.jsonにある詳細情報が欲しい)

    $ ./get-dojos-from-japan.rb
    
  4. 上記2つの取得結果を組み合わせて dojos.geojson ファイルを生成する

    $ ./upsert_dojos_geojson.rb
    
  5. ローカル環境で生成された DojoMap を確認する

    # 必要なライブラリをインストール
    $ bundle install
    
    # ローカルサーバーを立ち上げる
    $ bundle exec jekyll server
    
    # ブラウザでローカルサーバーにアクセス
    $ open http://localhost:4000
    

ローカル環境で確認している様子のスクショ


💳 License

Check out each license

This web application is developed with many other brilliant works!
Check out the followings if you are interested in. 😉

Libraries & Icons

The libraries like RubyGems used in this web application have their own licenses. Say, DojoMap uses Jekyll, which is licensed under the terms of the MIT License.

This repository may also use icons created by Font Awesome, licensed under SIL OFL 1.1, and Twemoji, created by Twitter, licensed under the MIT License.

Thanks for their great works to make this app published! 💖

Logos & Photos

The images, such as logos and photos of each dojo, are NOT published under the following license. Contact its owner, like the maintainer of linked external website, before using them. 😌

Codes & Others

The source codes, such as HTML/CSS/JavaScript and Ruby codes not declared above, are published under The MIT License below. Feel free to refer, copy, or share them. And contact [email protected] if you find something unclear.

Copyright © 一般社団法人 CoderDojo Japan

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


©️ DojoMap's Copyright

About

CoderDojo Map for visitors to find out a dojo nearby, called "DojoMap"

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 58.8%
  • HTML 41.2%