get the zodiac animal name of a year with emoji
npm install chinese-year-e
npm install --save chinese-year-e
`
Usage
`js
const chineseYear = require('chinese-year-e')
chineseYear.years
//=> ['Rat', 'Ox', ...]
chineseYear.getAnimal(2000)
//=> 'Dragon'
``