codename-greek-gods
v1.0.0
Published
Greek gods names parser for codename
Downloads
4
Readme
codename-greek-gods
Greek gods names parser for Codename (Standalone)
Usage
Install the package using either npm install codename-greek-gods --save
or yarn add codename-greek-gods
.
Require it and use the function parse
:
const gods = require('codename-greek-gods')
console.log(gods.parse('2.1.4').codenameText) // V2.1.4 - Hera
For more information about the API, see Codename project, this parser only abstracts the parse
function, returning an instance of the original Codename parser