get the zodiac animal name of a certain year
npm install --save chinese-year
const chineseYear = require('chinese-year')
chineseYear.years
//=> ['Rat', 'Ox', ...]
chineseYear.getAnimal(2000)
//=> 'Dragon'
get zodiac animal name of a year number
MIT © Song Wang