https://github.com/differui/hcow-announcement
Sanitize pneumonia data from HEALTH COMMISSION OF WENZHOU announcements.
https://github.com/differui/hcow-announcement
2019-ncov wenzhou
Last synced: 11 months ago
JSON representation
Sanitize pneumonia data from HEALTH COMMISSION OF WENZHOU announcements.
- Host: GitHub
- URL: https://github.com/differui/hcow-announcement
- Owner: differui
- License: other
- Created: 2020-02-01T01:42:51.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T06:48:05.000Z (about 3 years ago)
- Last Synced: 2025-01-22T15:12:59.894Z (about 1 year ago)
- Topics: 2019-ncov, wenzhou
- Language: TypeScript
- Homepage:
- Size: 979 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hcow-announcement
Sanitize pneumonia data from [HEALTH COMMISSION OF WENZHOU](http://wjw.wenzhou.gov.cn/) announcements.
## How to use?
### Parsing Manually
- Download announcement from HCOW website and create a file in `src/assets/` folder with date as its name(e.g. **2020-01-01**).
- Run command `npx ts-node scripts/auto-parse.ts` in CLI.
- Check the result in the `dist` folder.
### Parsing Automatically
- Run command `npx ts-node scripts/auto-fetch.ts` in CLI.
- Check the result in the `dist` folder.