chinese-zodiac

1.0.1 • Public • Published

chinese-zodiac

A Node.js package that will request birth year and then response the chinese zodiac information

Usage

First, install the package using npm:

npm install chinese-zodiac

Then, require the package and use it like so:

const getCZ = require('chinese-zodiac');

Getting the result

const cz = getCZ(1968)

Logging the result

console.log(cz);

License

MIT

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i chinese-zodiac

      Weekly Downloads

      12

      Version

      1.0.1

      License

      ISC

      Unpacked Size

      6.98 kB

      Total Files

      5

      Last publish

      Collaborators

      • yehtutwin