1.0.0 • Published 2 years ago

zodiac-telling v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

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