Skip to content

eyedea-io/syncano-socket-user-profile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Syncano Socket for User Profile

Syncano Socket CircleCI branch Codecov branch JavaScript Style Guide npm license

Main Socket features:

  • user-profile/find — search for a user by ID
  • user-profile/my — get your own user data
  • user-profile/update — update your user data
  • user-profile/remove-image — remove avatar image
  • user-profile/update-image — update avatar image

Getting Started

Install package in your project:

cd my_project
npm install @syncano/cli --save-dev
npm install @eyedea-sockets/user-profile --save
npx s deploy

Use it:

import Syncano from @syncano/client

const s = new Syncano(<instaneName>)

// Search for a user
const params = {
  id: 12345
}
const invitationStatus = await s.get('user-profile/find', params)

About

Syncano Socket to manage user profile data

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors