{"id":23907516,"url":"https://github.com/njkleiner/micropub-parser","last_synced_at":"2026-04-25T21:31:43.474Z","repository":{"id":57131315,"uuid":"261378461","full_name":"njkleiner/micropub-parser","owner":"njkleiner","description":"Parse Micropub requests","archived":false,"fork":false,"pushed_at":"2020-05-31T10:03:09.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-02-05T08:51:31.348Z","etag":null,"topics":["indieweb","javascript","micropub","nodejs"],"latest_commit_sha":null,"homepage":"","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/njkleiner.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-05-05T06:28:11.000Z","updated_at":"2020-05-31T10:03:11.000Z","dependencies_parsed_at":"2022-09-01T00:10:53.030Z","dependency_job_id":null,"html_url":"https://github.com/njkleiner/micropub-parser","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/njkleiner%2Fmicropub-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/njkleiner%2Fmicropub-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/njkleiner%2Fmicropub-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/njkleiner%2Fmicropub-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/njkleiner","download_url":"https://codeload.github.com/njkleiner/micropub-parser/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240331317,"owners_count":19784643,"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":["indieweb","javascript","micropub","nodejs"],"created_at":"2025-01-05T03:12:31.384Z","updated_at":"2026-04-25T21:31:43.446Z","avatar_url":"https://github.com/njkleiner.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# micropub-parser ![Build Status](https://img.shields.io/travis/njkleiner/micropub-parser/develop) ![NPM Downloads](https://img.shields.io/npm/dm/@njkleiner/micropub-parser)\n\nParse [Micropub](https://www.w3.org/TR/micropub/) requests.\n\n## Install\n\n`$ npm install @njkleiner/micropub-parser`\n\n## Usage\n\n```javascript\nconst micropub = require('@njkleiner/micropub-parser');\n\nmicropub.parseForm({\n    'h': 'entry',\n    'access_token': '2ab96390c7dbe3439de74d0c9b0b1767',\n    'content': 'Hello World',\n    'mp-slug': 'hello-world'\n});\n// =\u003e {'type': 'h-entry', 'action': 'create', 'properties': {'content': ['Hello World']}, 'commands': {'slug': ['hello-world']}}\n\nmicropub.parseJSON({\n    'type': [\n        'h-entry'\n    ],\n    'properties': {\n        'content': [\n            'Hello World'\n        ],\n        'mp-slug': [\n            'hello-world'\n        ]\n    }\n});\n// =\u003e {'type': 'h-entry', 'action': 'create', 'properties': {'content': ['Hello World']}, 'commands': {'slug': ['hello-world']}}\n```\n\n## Contributing\n\nYou can contribute to this project by [sending patches](https://git-send-email.io) to `noah@njkleiner.com`.\n\n## Authors\n\n* [Noah Kleiner](https://github.com/njkleiner)\n\nSee also the list of [contributors](https://github.com/njkleiner/micropub-parser/contributors) who participated in this project.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE.md](LICENSE.md) file for details.\n\n## Acknowledgments\n\nThis module is essentially a JavaScript port of [p3k-micropub](https://github.com/aaronpk/p3k-micropub), written by [Aaron Parecki](https://github.com/aaronpk).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnjkleiner%2Fmicropub-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnjkleiner%2Fmicropub-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnjkleiner%2Fmicropub-parser/lists"}