{"id":13496836,"url":"https://github.com/CALIL/sabatomap","last_synced_at":"2025-03-28T21:31:40.424Z","repository":{"id":37686791,"uuid":"43472782","full_name":"CALIL/sabatomap","owner":"CALIL","description":"鯖江市図書館マップアプリ 「さばとマップ」","archived":false,"fork":false,"pushed_at":"2025-01-10T00:02:37.000Z","size":65336,"stargazers_count":20,"open_issues_count":3,"forks_count":2,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-01-10T00:33:45.006Z","etag":null,"topics":["code4lib-jp"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CALIL.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-10-01T01:37:47.000Z","updated_at":"2025-01-10T00:02:34.000Z","dependencies_parsed_at":"2023-10-02T06:42:15.761Z","dependency_job_id":"3a6e01eb-1eb5-4774-a970-9cc4a3925df4","html_url":"https://github.com/CALIL/sabatomap","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CALIL%2Fsabatomap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CALIL%2Fsabatomap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CALIL%2Fsabatomap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CALIL%2Fsabatomap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CALIL","download_url":"https://codeload.github.com/CALIL/sabatomap/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246104939,"owners_count":20724230,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["code4lib-jp"],"created_at":"2024-07-31T20:00:15.523Z","updated_at":"2025-03-28T21:31:37.542Z","avatar_url":"https://github.com/CALIL.png","language":"JavaScript","funding_links":[],"categories":["オープンソース"],"sub_categories":[],"readme":"# 鯖江市図書館マップ「さばとマップ」\n\n![Splash](www/img/splash_for_browser.png)\n\n## 対象プラットフォーム\n\n- iOS (iOS8.3+)\n- Android (14+)\n\n## ビルド手順\n\n```bash\nnpm install -g cordova\nnpm update\ncordova platform add ios\ncordova platform add android\nnpm start\nnpm run build\nnpm run build_ios\n```\n\n## 変更の反映\n\n```bash\ncordova prepare\n```\n\n## デバッグ\n\nブラウザの開発コンソールでエラーを見る\n\n### iOS\n\nSafari → 開発　→ シミュレーターもしくは実機\n\n## Android\n\nChromeのURLに以下を入力\n\n```\nchrome://inspect/\n```\n\n端末をinspect\n\n\n## Windowsでgradleへのパスが見つからない場合\n\nhttps://gradle.org/releases/\n\nGradleのバイナリーを解凍してbinフォルダへPathを通す\u003cbr\u003e\n\n```cmd\nset PATH=%PATH%;C:\\Users\\deguc\\Desktop\\gradle-5.6.2\\bin\\\n```\n\n```powershell\n$PATH = [Environment]::GetEnvironmentVariable(\"PATH\")\n$gradle_path = \"C:\\Users\\deguc\\Desktop\\gradle-8.10.2\\bin\\\"\n[Environment]::SetEnvironmentVariable(\"PATH\", \"$PATH;$gradle_path\")\n```\n\n## cordova platform add でエラーが出る場合\n\nプラグインを入れなおしてみる\n\n```powershell\ncordova plugin rm cordova-plugin-ibeacon\ncordova plugin add https://github.com/CALIL/cordova-plugin-ibeacon\ncordova plugin rm cordova-plugin-device-orientation\ncordova plugin add https://github.com/CALIL/cordova-plugin-device-orientation\n```\n\n## Androidでfontawesomeが表示されない場合\n\nhttps://fontawesome.com/v5/download\n\n```\nfontawesome-free-5.15.4-web\n```\n\nダウンロードして↑に保存\u003cbr\u003e\ngulpでコピーするように変更\n\n## Windowsでnode-sassのビルドに失敗する場合\n\nnpm install --global --production windows-build-tools\n\n## Android版で最初の位置情報の許可についてのメッセージが英語になる場合\n\n\\hooks\\after_platform_add\\update_ibeacon_plugin_message.js\nが正常に動いているか確かめる\n\n## Android版ストアへ公開\nconfig.xmlのandroid-versionCodeとversionをあげる\n\nhttps://developer.android.com/studio/publish/app-signing#sign_release\u003cbr\u003e\n↑のやり方で署名する\u003cbr\u003e\n1passwordから、さばとマップのkeystoreをダウンロードしてプロジェクトのルートに保存\u003cbr\u003e\nkeystoreのパスワードは、1Passwordのラベルに保存してある\u003cbr\u003e\nkeyAliasはcalil\u003cbr\u003e\nkeyPasswordはkeystoreと同じ\n\n以下、古いやり方\nnpm run release\n1passwordから、さばとマップのkeystoreをダウンロードしてプロジェクトのルートに保存\nandroid_build.batの内容を1行ずつコマンドラインで実行する\nkeystoreのパスワードは、1Passwordのラベルに保存してある\n\n## 更新履歴\n\n- 2015/11/6 オープンソースとして公開\n\n## ライセンスについて\n\nThe MIT License (MIT)\n\nCopyright (c) 2015 CALIL Inc.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n鯖江市図書館キャラクター「れさのすけ」「れさたろう」の著作権は鯖江市図書館に帰属します。\n画像データは鯖江市図書館の許諾に基づきプロジェクトに同梱されていますが、再利用にあたっては鯖江市図書館にご確認ください。\nこのプロジェクトは鯖江市がオープンデータライセンス(CC-BY)で公開中および公開予定のデータを含んでいます。\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FCALIL%2Fsabatomap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FCALIL%2Fsabatomap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FCALIL%2Fsabatomap/lists"}