Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keorn/ipfs-gorilla-repl
Display Gorilla repl on IPFS
https://github.com/keorn/ipfs-gorilla-repl
Last synced: 13 days ago
JSON representation
Display Gorilla repl on IPFS
- Host: GitHub
- URL: https://github.com/keorn/ipfs-gorilla-repl
- Owner: keorn
- License: mit
- Created: 2015-12-13T17:26:00.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-16T11:15:31.000Z (almost 9 years ago)
- Last Synced: 2024-07-31T23:46:12.227Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 897 KB
- Stars: 16
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ipfs-cn - Gorilla REPL viewer - . Gorilla 是一款丰富的 REPL 笔记本Demo 演示. [Demo](https://ipfs.io/ipfs/QmRNUauWDvZFkAp1Bw3kAode3jT8aH2vx7LYzbS7H6R3Mg/view.html?path=/ipfs/QmbRdyLXiFWrKc5hW1NbvpUxF9tLovWCPgiz4BDhjD9k3j) (应用)
README
# IPFS Gorilla REPL Viewer
Gorilla is a rich REPL for Clojure in the notebook style. If you're interested you should take a look at its
[website](http://gorilla-repl.org).This is a version of the viewer supports files on [IPFS](https://ipfs.io/) and is hosted on IPFS itself (see description on GitHub for the latest link).
## Instructions
[Original functionality](http://gorilla-repl.org/viewer.html) is still supported, but without initial `source=`, i.e.:
`\view.html?github&user=&repo=&path=ws/graph-examples.clj`To view files on IPFS the following can be appended to the viewer address:
`/view.html?path=`, where `` is a universal format, i.e.:
- IPFS: `/ipfs//a/b/c`
- IPNS: `/ipns//a/b/c`Direct URL viewing is also a new feature:
`\view.html?url=`## Licence
Gorilla is licensed to you under the MIT licence. See LICENCE.txt for details.
Copyright © 2014- Jony Hudson and contributors