{"id":21418270,"url":"https://github.com/abrkn/privnote","last_synced_at":"2025-07-14T05:30:46.026Z","repository":{"id":54475919,"uuid":"109093831","full_name":"abrkn/privnote","owner":"abrkn","description":"Unofficial Privnote.com Client for Node.js","archived":false,"fork":false,"pushed_at":"2022-08-08T03:53:11.000Z","size":40,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-20T09:06:57.228Z","etag":null,"topics":["nodejs","privnote"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/abrkn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-11-01T06:08:41.000Z","updated_at":"2022-08-09T02:57:42.000Z","dependencies_parsed_at":"2022-08-13T17:00:43.340Z","dependency_job_id":null,"html_url":"https://github.com/abrkn/privnote","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abrkn%2Fprivnote","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abrkn%2Fprivnote/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abrkn%2Fprivnote/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abrkn%2Fprivnote/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abrkn","download_url":"https://codeload.github.com/abrkn/privnote/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225951652,"owners_count":17550414,"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":["nodejs","privnote"],"created_at":"2024-11-22T19:19:53.303Z","updated_at":"2024-11-22T19:19:54.315Z","avatar_url":"https://github.com/abrkn.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# privnote\n\n\u003e Unofficial Privnote.com Client for Node.js\n\n[![Build Status](https://travis-ci.org/abrkn/privnote.svg?branch=master)](https://travis-ci.org/abrkn/privnote)\n\n# Install\n\n`npm install privnote`\n\n# Usage\n\n```javascript\nconst { createPrivnote, retrievePrivnote } = require('privnote');\n\nconst created = await createPrivnote('hello privnote.com!');\n\nconsole.log(created);\n// { id: 'Fbg9fXIf',\n//     url: 'https://privnote.com/Fbg9fXIf#3pVfRzWrr',\n//     passphrase: '3pVfRzWrr' }\n\nconst retrieved = await retrievePrivnote(created.id, created.passphrase);\n\nconsole.log(retrieved);\n// hello privnote.com!\n```\n\nSee `example.js`\n\n# Test\n\n`npm test`\n\n# Author\n\nAndreas Brekken \u003candreas@brekken.com\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabrkn%2Fprivnote","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabrkn%2Fprivnote","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabrkn%2Fprivnote/lists"}