Socket
Socket
Sign inDemoInstall

petrie-itis

Package Overview
Dependencies
8
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    petrie-itis

a ITIS search wrapper for Petrie


Version published
Weekly downloads
5
Maintainers
1
Install size
1.58 MB
Created
Weekly downloads
 

Readme

Source

Petrie ITIS

build coverage vulnerabilities

A simple wrapper to query the Integrated Taxonomic Information System (ITIS) database and format the result for Petrie using the ITIS API endpoints.

Usage

const ITISSearcher = require('petrie-itis');
const nepenthes = new ITISSearcher('nepenthes');

This queries the ITIS database, and caches the formatted data. There is a refresh convenience method to query the database again in case there was a network error.

Getting started

  • YARN:

    yarn add petrie petrie-itis

  • NPM:

    npm install petrie petrie-itis

Contributing

Feel free to clone the repo and make a PR!

git clone git@github.com:nebulousdog/petrie-itis.git

Tests

Run tests with yarn test.

License

MIT

Keywords

FAQs

Last updated on 18 Jun 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc