12zodiac 中文文档教程
12 Zodiac
Calculate out which zodiac one certain day is.
This package was known as node-constellation before.
Installation
$ npm install 12zodiac --save
API
constellation(MONTH, DAY[, i18n]);
eg.
const zodiac = require("12zodiac");
const z1 = zodiac(12, 19, "zh-cn"); //< 射手座
const z2 = zodiac(11, 14, "en");
const z3 = zodiac(1, 1, "zh-tw");
const z4 = zodiac(1, 1);
Supported Languages
- ar
- en [default]
- symbol
- zh-cn
- zh-tw
Contributors
You can contribute to it and make pull request to support other languages or functions.
Attention: in alphabetical order.
更多
你可能也喜欢
- 2q-cache 中文文档教程
- @1hive/evmcrispr 中文文档教程
- @4c/fast-sass-loader 中文文档教程
- @4rk/vue-roving-tabindex 中文文档教程
- @a2ankitrai/calculator 中文文档教程
- @aaa-ncnu/common-react-components 中文文档教程
- @abcnews/hash-scripts-loader 中文文档教程
- @abeeshai96/ust-angular-common-lib 中文文档教程
- @abnerlin/express-routes-loader 中文文档教程
- @acanto/workflow 中文文档教程