PepeikeDeteron / population-trend

https://population-trend.vercel.app/
MIT License
0 stars 0 forks source link
nextjs

Population Trend

Population Trend

都道府県別の総人口推移グラフを表示する SPA

環境

構成

ディレクトリ 機能
@types 型の定義
components UI コンポーネントの定義
pages/api API との接続
pages components の組み立て
styles グローバル CSS の定義
test API 取得のテスト

手順

  1. RESAS-API から API Key を取得する
  2. .env.local ファイルを作成し、取得した API Key を RESAS_API_KEY に代入する(.env.local.sample 参照)
  3. yarn dev or npm run devhttp://localhost:3000 を開く

参考

*RESAS-API: https://opendata.resas-portal.go.jp/

*RESAS-API 仕様書: https://opendata.resas-portal.go.jp/docs/api/v1/index.html

*Highcharts: https://www.highcharts.com/