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

https://github.com/hackerkid/pluto

:moon: peer to peer decentralized social network
https://github.com/hackerkid/pluto

Last synced: about 1 year ago
JSON representation

:moon: peer to peer decentralized social network

Awesome Lists containing this project

README

          



**Alpha** quality you probably only want to use this if you like to send pull requests fixing things :)

A detailed write-up on how Pluto works will be added to this repo in the near future. For now see the source code.

### Prerequisites

You'll need the newest [io.js](https://iojs.org) and npm (`>= 1.8.1`, `>= 2.8.3`)

You'll also need to install [Tox](https://github.com/irungentoo/toxcore) library.

### Build

Clone the sources locally:

```sh
$ git clone https://github.com/hackerkid/pluto

```

Install project dependencies:

```sh
$ cd pluto
$ npm install
```

## Usage

```sh
$ npm start
```