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.
更多
你可能也喜欢
- @10up/component-tooltip 中文文档教程
- @2hats/react-native-vector-icons 中文文档教程
- @2o3t-core/plugin-third-party 中文文档教程
- @42px/custom-errors 中文文档教程
- @4react/eslint-config 中文文档教程
- @4tw/vue-cli-plugin-pdfjs-viewer 中文文档教程
- @7polo/editorjs-image 中文文档教程
- @9renpoto/stylelint-config 中文文档教程
- @a-z.ren/string-loader 中文文档教程
- @aaditya1978/ckeditor5-build-classic 中文文档教程