Skip to content

cschen1205/js-connection-recommender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

js-connection-recommender

Javascript package that recommend common friend that help to make connection to new friends

Build Status Coverage Status

install

npm install js-connection-recommender

Usage

var jscrec = require("js-connection-recommender");
var adj = {};
adj["Alice"] = [ "Bob", "Carole" ]; // Alice knows Bob and Carole
adj["Bob"] = ["Dave", "Jack", "Alice"]; // Bob knowns Dave, Jack and Alice
var result = jscrec.fitAndTransform(adj);
console.log(result);

About

Javascript package that recommend common friend that help to make connection to new friends

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published