1.0.9 • Published 2 years ago

openrxv-wocat-harvester v1.0.9

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

WOCAT Harvester

This package is concerned with fetching/harvesting WOCAT data for the WOCAT Dashboard.

Usage

  1. Adding it to your dependencies. Or you can just install it directly
npm i --save openrxv-wocat-harvester
  1. Importing WocatHarvestModule inside the HarvesterModule.
import { WocatHarvestModule } from "wocat-wocat-harvestor";

imports: [
    .
    .
    .
    WocatHarvestModule
  ],