2020.6.28 • Published 4 years ago

wwf-animals v2020.6.28

Weekly downloads
7
License
Apache-2.0
Repository
github
Last release
4 years ago

wwf-animals

It's an array of endangered species as listed by worldwildlife.org

Installation

npm install wwf-animals

Usage

import * as endangered_animals from "wwf-animals";

console.log(endangered_animals);

I use it in conjunction with rgbkrk/adjectives to create a near infinite list of random names.

Example Output

[
    {name: "African Elephant", scientific: "Loxodonta africana", status: "Vulnerable"},
    {name: "Bengal Tiger", scientific: "Panthera tigris tigris", status: "Endangered"},
    {name: "Orangutan", scientific: "Pongo abelii, Pongo pygmaeus", status: "Critically Endangered"},
    // ...
]

Project maintenance

Running py update.py will update index.js with a fresh list of endangered animals. Running ./deploy.sh will commit, push and publish

2020.6.28

4 years ago

2019.7.18

5 years ago

2019.2.0-2.3

5 years ago

2019.2.0-2.2

5 years ago

2019.2.2

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago