Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/polamjag/jp-localgov-websites
日本の地方自治体の Web サイトの一覧
https://github.com/polamjag/jp-localgov-websites
Last synced: about 2 months ago
JSON representation
日本の地方自治体の Web サイトの一覧
- Host: GitHub
- URL: https://github.com/polamjag/jp-localgov-websites
- Owner: polamjag
- Created: 2015-06-16T18:58:48.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-16T20:05:54.000Z (over 9 years ago)
- Last Synced: 2024-10-16T01:56:22.255Z (3 months ago)
- Language: Ruby
- Homepage:
- Size: 184 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jp-localgov-websites
## これは何
[地方公共団体情報システム機構 全国自治体マップ検索](https://www.j-lis.go.jp/map-search/cms_1069.html) から、日本全国の地方自治体 (都道府県・市区町村) のウェブサイトの一覧を作成するための Ruby スクリプトです。
件のウェブページは、残念ながらデータの再利用性が高いとはいいがたいため、JSON のようなプログラマブルな形式で一覧をまとめることを目標とします。
## 使用法
以下のようなコマンドを実行することで `list.json` に一覧の JSON が出力されます。
```
$ bundle install --path vendor/bundle
$ bundle exec ruby fetch.rb list.json
```## ライセンス
MIT License とします。
レポジトリに含まれている `out.json` は、[地方公共団体情報システム機構](https://www.j-lis.go.jp/index.html) の Web サイトから開発者が取得したデータにより構成されています。