zodiac-telling 中文文档教程

发布于 2年前 浏览 12 更新于 2年前

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

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文