Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aphelionz/interplanetarypastebin

A pastebin app built on top of the Interplanetary File System. Requires a local ipfs daemon running.
https://github.com/aphelionz/interplanetarypastebin

css3 hacktoberfect html5 ipfs javascript pastebin polymer web-components

Last synced: 1 day ago
JSON representation

A pastebin app built on top of the Interplanetary File System. Requires a local ipfs daemon running.

Awesome Lists containing this project

README

        

# The Interplanetary Pastebin

The Interplanetary Pastebin is a pastebin application build on top of the Interplanetary File System.

## Development, Testing and Building

For development, you will need to install [node.js](https://www.nodejs.org).

Then, from inside the root directory, you can run:

```
$ npm install # installs node modules
$ npm start # runs development server
$ npm test # runs web component tester suite
$ npm run build # builds app for distribution
```