1.1.8 • Published 7 years ago

npm_exam_package v1.1.8

Weekly downloads
1
License
MIT
Repository
-
Last release
7 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

7 years ago

1.1.7

7 years ago

1.1.6

7 years ago

1.1.5

7 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.0.1

7 years ago