flames-relation
v1.0.5
Published
flames
Downloads
1
Readme
This is an FLAMES game algorithm by passing two names can get a relation ship of those name.
Installation
Installation is done using the
npm install
command:
$ npm install flames-relation
Examples
var flamesRelation = require("flames-relation");
var relation = flamesRelation('bar','foo');
console.log(relation); // Marriage
People
The author of flames-relation is Arunkumar