hour-to-chinese-zodiac
v1.0.0
Published
Convert hour to chinese zodiac name: 8 → 'dragon'
Downloads
6
Readme
hour-to-chinese-zodiac
Convert hour to chinese zodiac name: 8 → 'dragon'
Demo: vovanr.github.io/hour-to-chinese-zodiac
Install
npm install --save hour-to-chinese-zodiac
Usage
var hourToChineseZodiac = require('hour-to-chinese-zodiac');
hourToChineseZodiac(8);
//=> 'dragon'
hourToChineseZodiac(3);
//=> 'tiger'
hourToChineseZodiac();
//=> ''
License
MIT © Vladimir Rodkin