https://github.com/zdavatz/ts4cpp
Parse Public Domain Websites for Medical Information using Typescript and Puppeteer
https://github.com/zdavatz/ts4cpp
Last synced: 10 months ago
JSON representation
Parse Public Domain Websites for Medical Information using Typescript and Puppeteer
- Host: GitHub
- URL: https://github.com/zdavatz/ts4cpp
- Owner: zdavatz
- License: gpl-3.0
- Created: 2021-02-01T09:34:52.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-03-18T09:13:36.000Z (over 4 years ago)
- Last Synced: 2025-01-11T21:26:40.188Z (over 1 year ago)
- Language: TypeScript
- Size: 76.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ts4cpp
Parse Public Domain Websites for Medical Information using Typescript and Puppeteer
## Requirements
* node v14.15.0 or you risk running into [Issue #2](https://github.com/zdavatz/ts4cpp/issues/2)
## Installing dependencies
```
make install
```
## Building
```
make build
```
## Running
```
node dist/index.js --drugshortage
node dist/index.js --chargenrueckrufe (also for DHCP/HPC)
node dist/index.js --migel
```
### Optional
- You can put `zugelassene_packungen_ham.xlsx` in `input/`.
- You can also add Zulassungsnummer via `input/title-to-reg-number.json`. z.B.
```
{
"TITLE HERE": 12345,
"ANOTHER TITLE HERE": 23456
}
```