Il s'agit d'un ensemble d'espèces menacées répertoriées par worldwildlife.org.
npm install wwf-animals
import * as endangered_animals from "wwf-animals" ;
console . log ( endangered_animals ) ;
Je l'utilise en conjonction avec rgbkrk/adjectifs pour créer une liste presque infinie de noms aléatoires.
[
{ 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" } ,
// ...
]
L'exécution py update.py
mettra à jour index.js
avec une nouvelle liste d'animaux en voie de disparition. L'exécution ./deploy.sh
validera, poussera et publiera