1.1.2 • Published 6 years ago

fakesocial-js-function v1.1.2

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

Fake Social Function

Installation

npm install fakesocial-js-function

Usage

For use fakesocial-js-function

var lib = require('fakesocial-js-function');

lib.signUp({name:"Luca" });
lib.addPost({mes:"Hello World"});
lib.reqFr(1,2);  //send friendship, id users
lib.conferme(2,1); //accept friendship, id users
lib.allUser();
lib.delPost(1,2);// id user, id post
lib.delFriend(1,2); // remove friendship, id users
lib.delreq(1,2);// cancel req friendship, id users
lib.viewPost(1,2);//if friend, id users
lib.allToken();
1.1.2

6 years ago

1.1.1

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.1.0

6 years ago

1.0.4

6 years ago