這是 worldwildlife.org 列出的一系列瀕危物種
npm install wwf-animals
import * as endangered_animals from "wwf-animals" ;
console . log ( endangered_animals ) ;
我將它與 rgbkrk/adjectives 結合使用來創建近乎無限的隨機名稱列表。
[
{ 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" } ,
// ...
]
運行py update.py
將使用最新的瀕危動物清單更新index.js
。運行./deploy.sh
將提交、推送和發布