1.0.1 • Published 6 years ago

fake-social v1.0.1

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

usage

get fake-social

installation

npm install fake-social

to use :

For use fake social

var lib = require('fake-social')

lib.getAllToken()//return all token
lib.acceptRequest(3,4) // your id and id to accept
lib.sendRequest(1,4) // your id and id to sendRequest
lib.insertPost(3,{message : 'ciao mondo'}) // insert id and json post
lib.signingUp('Pino')// insert  name for signinup in fake social without password
lib.getAllUsers()//return all users