khaosdoctor / codename-zodiac-warriors

Zodiac Warriors names parser for Codenames (Standalone)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

codename-zodiac-warriors

Zodiac Warriors names parser for Codename (Standalone)

Usage

Install the package using either npm install codename-zodiac-warriors --save or yarn add codename-zodiac-warriors.

Require it and use the function parse:

const zodiac = require('codename-zodiac-warriors')

console.log(zodiac.parse('2.1.4').codenameText) // V2.1.4 - Aldebaran

For more information about the API, see Codename project, this parser only abstracts the parse function, returning an instance of the original Codename parser

About

Zodiac Warriors names parser for Codenames (Standalone)

License:MIT License


Languages

Language:JavaScript 100.0%