zodiac-telling 中文文档教程
zodiac-telling
一个 Node.js 包,它将请求出生月份和出生日期,然后响应生肖信息
用法
首先,使用 npm 安装该包:
npm install zodiac-telling
然后,需要该包并像这样使用它:
var getZT = require('zodiac-telling');
记录结果
console.log(getZT(2, 25));
许可证
MIT
zodiac-telling
A Node.js package that will request birth month and birth day and then response the zodiac information
Usage
First, install the package using npm:
npm install zodiac-telling
Then, require the package and use it like so:
var getZT = require('zodiac-telling');
Logging the result
console.log(getZT(2, 25));
License
MIT