We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30094c5 commit ab5c8eeCopy full SHA for ab5c8ee
fetch_latest_data.sh
@@ -0,0 +1,6 @@
1
+#!/bin/sh
2
+
3
+bundle exec rake get_data_from_earth # Dojo 情報一覧を取得
4
+bundle exec rake get_data_from_japan # Japan's API からデータを取得
5
+bundle exec rake cache_dojo_logos # 取得したロゴ画像をキャッシュ
6
+bundle exec rake upsert_dojos_geojson # 上記データから GeoJSON を生成
0 commit comments