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