Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 11 days ago
JSON representation
A pastebin app built on top of the Interplanetary File System. Requires a local ipfs daemon running.
- Host: GitHub
- URL: https://github.com/aphelionz/interplanetarypastebin
- Owner: aphelionz
- License: mit
- Created: 2017-02-12T19:47:38.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-03T04:41:17.000Z (almost 8 years ago)
- Last Synced: 2024-10-12T12:18:45.169Z (2 months ago)
- Topics: css3, hacktoberfect, html5, ipfs, javascript, pastebin, polymer, web-components
- Language: HTML
- Homepage:
- Size: 565 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```