1.0.0 • Published 8 years ago
codename-zodiac v1.0.0
codename-zodiac
Zodiac Signs names parser for Codename (Standalone)
Usage
Install the package using either npm install codename-zodiac --save or yarn add codename-zodiac.
Require it and use the function parse:
const zodiac = require('codename-zodiac')
console.log(zodiac.parse('2.1.4').codenameText) // V2.1.4 - TaurusFor more information about the API, see Codename project, this parser only abstracts the parse function, returning an instance of the original Codename parser
1.0.0
8 years ago