显示首尔颗粒物(PM10)的当前密度
使用 AngularJS、Express.js 进行 Heroku 部署。
如何实现:
- 需要在你的 Postgres 上创建下表:
CREATE TABLE dust_data (
date character(10) NOT NULL,
area character(20) NOT NULL,
pm10 integer,
pm25 integer,
level character(20),
detMatIndex integer,
CONSTRAINT pk_dust_data PRIMARY KEY (date, area)
);
-
执行 npm 安装。
-
启动完毕!
暂无评论