🚀. Socket Launch Week Day 2:Introducing Manifest Alerts.Learn more
Sign In

common-species

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

common-species

smaller alternative to all-the-species. information about 80,149 species with common names, icons and categories for species. animals, plants, bacteria, etc.

latest
npmnpm
Version
0.0.1
Version published
Maintainers
1
Created
Source

common-species

List of ~80K common species.

  • information about 80,149 species with common names
  • human-readable categories per-species
  • emoji icons for each species. 🦀🌲🦊🐟🌺☘️

includes animals, plants, bugs, bacteria, etc, all of it!

based on permissibly-licensed datasets from GBIF.

this is a smaller alternative to all-the-species.

created for ecofactbook.

Table of Contents

Installation

npm i common-species

Usage

var t0=Date.now();

require('common-species').loadSpeciesData(onGotData);

function onGotData(dataSet){

    //print random item from dataset
    console.log(dataSet[Math.floor(Math.random()*dataSet.length)]);

    // loading species dataset...
    //done loading species dataset. 6.385 sec 80149 rows

    //each row of dataset looks like this:
    /*
     {
       taxonomy: {
         id: '1650158',                           // this is the GBIF id
         kingdom: 'Animalia',
         phylum: 'Arthropoda',
         class_: 'Insecta',
         order: 'Diptera',
         family: 'Culicidae',
         genus: 'Anopheles',
         species: 'Anopheles funestus'
       },
       common_name: 'African malaria mosquito',  // common name or "_" if none known
       category_name: 'Insects',                 // human-readable category name
       icon: '🦟'                                // emoji icon for this species
     }

     */

}

Licenses and Citation

Raw list derived from Species occurance data [CC0 filtered]

Species common names partially derived from UnitProt Controlled vocabulary of species under license CC by 4.0

See Also

Keywords

animals

FAQs

Package last updated on 26 Mar 2021

Did you know?

Socket

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