openrxv-wocat-harvester
v1.0.9
Published
This package is concerned with fetching/harvesting **WOCAT** data for the [WOCAT Dashboard](https://explorer.wocat.net/).
Downloads
3
Readme
WOCAT Harvester
This package is concerned with fetching/harvesting WOCAT data for the WOCAT Dashboard.
Usage
- Adding it to your dependencies. Or you can just install it directly
npm i --save openrxv-wocat-harvester
- Importing WocatHarvestModule inside the HarvesterModule.
import { WocatHarvestModule } from "wocat-wocat-harvestor";
imports: [
.
.
.
WocatHarvestModule
],