zodiac-telling
v1.0.0
Published
ရာသီခွင်
Downloads
2
Maintainers
Readme
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