Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

Basic Micropub client in Node.js

Awesome Lists containing this project

README

        

# micropub_client
Basic Micropub client in Node.js

Uses 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
````