npm install flames-relationThis is an FLAMES game algorithm by passing two names can get a relation ship of those name.
Installation is done using thenpm install command:
``bash`
$ npm install flames-relation
`js
var flamesRelation = require("flames-relation");
var relation = flamesRelation('bar','foo');
console.log(relation); // Marriage
``
The author of flames-relation is Arunkumar