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
실행하면 커밋, 푸시 및 게시됩니다.