Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Decentralized-Sharing-Working-Group/micropub_client
Basic Micropub client in Node.js
https://github.com/Decentralized-Sharing-Working-Group/micropub_client
Last synced: 9 days ago
JSON representation
Basic Micropub client in Node.js
- Host: GitHub
- URL: https://github.com/Decentralized-Sharing-Working-Group/micropub_client
- Owner: Decentralized-Sharing-Working-Group
- Created: 2015-06-24T18:23:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-30T15:35:03.000Z (over 9 years ago)
- Last Synced: 2024-08-02T14:09:56.104Z (3 months ago)
- Language: JavaScript
- Size: 441 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# micropub_client
Basic Micropub client in Node.jsUses the [IndieAuth](https://indiewebcamp.com/IndieAuthProtocol) protocol to authenticate, and [Micropub](https://indiewebcamp.com/Micropub) to send notes and photos
##Prerequisites
* A profile page with an IndieAuth and a Micropub endpoint specified.
* Node.js installed## Installation and run
```bash
npm install
node server.js
````