Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/polamjag/jp-localgov-websites

日本の地方自治体の Web サイトの一覧
https://github.com/polamjag/jp-localgov-websites

Last synced: about 2 months ago
JSON representation

日本の地方自治体の Web サイトの一覧

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 サイトから開発者が取得したデータにより構成されています。