{"id":26811405,"url":"https://github.com/eyedea-io/syncano-socket-user-profile","last_synced_at":"2025-03-30T01:38:34.567Z","repository":{"id":31867755,"uuid":"129245620","full_name":"eyedea-io/syncano-socket-user-profile","owner":"eyedea-io","description":"Syncano Socket to manage user profile data","archived":false,"fork":false,"pushed_at":"2022-12-07T20:56:50.000Z","size":1134,"stargazers_count":0,"open_issues_count":17,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-17T22:52:52.269Z","etag":null,"topics":["syncano","syncano-socket","user","user-management","user-profile"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eyedea-io.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-04-12T12:12:31.000Z","updated_at":"2018-08-01T13:20:56.000Z","dependencies_parsed_at":"2022-09-15T03:50:28.549Z","dependency_job_id":null,"html_url":"https://github.com/eyedea-io/syncano-socket-user-profile","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eyedea-io%2Fsyncano-socket-user-profile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eyedea-io%2Fsyncano-socket-user-profile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eyedea-io%2Fsyncano-socket-user-profile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eyedea-io%2Fsyncano-socket-user-profile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eyedea-io","download_url":"https://codeload.github.com/eyedea-io/syncano-socket-user-profile/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246266276,"owners_count":20749754,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["syncano","syncano-socket","user","user-management","user-profile"],"created_at":"2025-03-30T01:38:33.959Z","updated_at":"2025-03-30T01:38:34.559Z","avatar_url":"https://github.com/eyedea-io.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Syncano Socket for User Profile\n\n[![Syncano Socket](https://img.shields.io/badge/syncano-socket-blue.svg)](https://syncano.io)\n[![CircleCI branch](https://img.shields.io/circleci/project/github/eyedea-io/syncano-socket-user-profile/master.svg)](https://circleci.com/gh/eyedea-io/syncano-socket-user-profile/tree/master)\n![Codecov branch](https://img.shields.io/codecov/c/github/eyedea-io/syncano-socket-user-profile/master.svg)\n[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)\n[![npm](https://img.shields.io/npm/dw/@eyedea-sockets/user-profile.svg)](https://www.npmjs.com/package/@eyedea-sockets/)\n![license](https://img.shields.io/github/license/eyedea-io/syncano-socket-user-profile.svg)\n\nMain Socket features:\n\n* **user-profile/find** — search for a user by ID\n* **user-profile/my** — get your own user data\n* **user-profile/update** — update your user data\n* **user-profile/remove-image** — remove avatar image\n* **user-profile/update-image** — update avatar image\n\n## Getting Started\n\nInstall package in your project:\n\n```sh\ncd my_project\nnpm install @syncano/cli --save-dev\nnpm install @eyedea-sockets/user-profile --save\nnpx s deploy\n```\n\nUse it:\n\n```js\nimport Syncano from @syncano/client\n\nconst s = new Syncano(\u003cinstaneName\u003e)\n\n// Search for a user\nconst params = {\n  id: 12345\n}\nconst invitationStatus = await s.get('user-profile/find', params)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feyedea-io%2Fsyncano-socket-user-profile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feyedea-io%2Fsyncano-socket-user-profile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feyedea-io%2Fsyncano-socket-user-profile/lists"}