https://github.com/mlwmlw/pcc
政府標案資料查詢、分析
https://github.com/mlwmlw/pcc
g0v pcc
Last synced: about 2 months ago
JSON representation
政府標案資料查詢、分析
- Host: GitHub
- URL: https://github.com/mlwmlw/pcc
- Owner: mlwmlw
- Created: 2014-06-11T14:28:45.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-07-27T09:57:27.000Z (9 months ago)
- Last Synced: 2024-07-31T22:38:11.667Z (9 months ago)
- Topics: g0v, pcc
- Language: HTML
- Homepage: http://pcc.mlwmlw.org
- Size: 11.7 MB
- Stars: 23
- Watchers: 4
- Forks: 8
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-g0v - pcc - 開放標案 (Open Data Open Gov / 開放資料、開放政府 / 經濟活動(生產及各類執照、不動產與金融、國際貿易))
- awesome-starred - mlwmlw/pcc - 政府標案資料查詢、分析 (others)
README
pcc.gXv.tw
===
demo: https://pcc.mlwmlw.org/
api: https://pcc.mlwmlw.org/apiInstallation
===
Please go to pcc folder, then input
```
npm install
```usage
===
get and parse pcc data$ lsc main 2014-06-19
run http restful api server on port 8888
$ lsc server
Express server listening on port 8888run web ui listening on port 8889
```
$ gulp
[13:56:42] Using gulpfile ~/node/pcc/web/gulpfile.js
[13:56:42] Starting 'serve'...
spawn 6804
[13:56:42] Finished 'serve' after 16 ms
[13:56:42] Starting 'watch'...
[13:56:42] Finished 'watch' after 195 ms
[13:56:42] Starting 'default'...
[13:56:42] Finished 'default' after 13 μs
```
api endpoint
===
* GET /keyword/:keyword https://pcc.mlwmlw.org/api/keyword/陸軍 用關鍵字搜尋標案
* GET /categories https://pcc.mlwmlw.org/api/categories 取得所有分類
* GET /category/:category https://pcc.mlwmlw.org/api/category/工程類 取得該分類最新 200 筆標案
* GET /units/:id https://pcc.mlwmlw.org/api/units/2 取得子機關
* GET /unit/:unit/:month? https://pcc.mlwmlw.org/api/unit/總統府/2024-07 取得某月該機關招標案件
* GET /date/tender/:date https://pcc.mlwmlw.org/api/date/award/2014-08-05 取得某日招標案件
* GET /date/award/:date https://pcc.mlwmlw.org/api/date/award/2024-07-01 取得某日得標案件