khaosdoctor / codename-nordic

Nordic god names parser for Codename

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

codename-nordic

Nordic deities names parser for Codename (Standalone)

Usage

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

Require it and use the function parse:

const nordic = require('codename-nordic')

console.log(nordic.parse('2.1.4').codenameText) // V2.1.4 - Borr

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

Nordic god names parser for Codename

License:MIT License


Languages

Language:JavaScript 100.0%