長野県が公開しているニュースリンク一覧を json 形式に変換します。
The script that scrapes Pref. of Nagano's website and create a JSON file that has news links.
このスクリプトは GitHub Actions で毎時実行され、長野県の公表しているデータの取得を試みます。
It's running every hour by GitHub Actions, to try fetching news data then update the news.json
under src/.json
automatically.
ローカル環境で実行する場合。
$ yarn start
- 長野県の Web ページのニュース一覧を JSON ファイルに変換します。
Property | Desc. |
---|---|
date | 日付。HTML text から日付部分を取り出して変換。 |
url | ニュースサイト URL。HTML href から取得。 |
text | 見出し。HTML text から日付部分を削除して変換。 |