8000 GitHub - casprwang/chinese-year: get the zodiac animal name of a year
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

casprwang/chinese-year

Repository files navigation

chinese-year Build Status

get the zodiac animal name of a certain year

Install

npm install --save chinese-year

Usage

const chineseYear = require('chinese-year')
chineseYear.years
//=> ['Rat', 'Ox', ...]

chineseYear.getAnimal(2000)
//=> 'Dragon'

API

.getAnimal(year: number):string

.year:array

get zodiac animal name of a year number

License

MIT © Song Wang

About

get the zodiac animal name of a year

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0