1.1.8 • Published 6 years ago

npm_exam_package v1.1.8

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

get Social Network

Installation

npm i npm_exam_package

Usage

For npm_exam_package

var social = require('./index.js');

social.sendToSocial("Caio","Sempronio");//sign in in social
social.insertPost(1,"Hello World");//insert a post
social.reqSendFriendship(1,2);//send a request of friendship
//social.reqFriendship(2,1);//receive a request of friendship
social.removePost(1);//remove a post
social.removeReqE(1);//remove a request of friendship
social.acceptFriend(1,2);//accept a request of friendship
social.viewPostFriend(1,2);//View a post of a friend
social.usersToken();//View the usersToken
social.usersRegistered();//View the users already sign in
1.1.8

6 years ago

1.1.7

6 years ago

1.1.6

6 years ago

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.0.1

6 years ago