1.0.1 • Published 1 year ago

chinese-zodiac v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

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