An open API service indexing awesome lists of open source software.

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

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
}
```