Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/signpostmarv/oc-remix-ipfs-portal
Portal to accessing OC ReMix content via IPFS
https://github.com/signpostmarv/oc-remix-ipfs-portal
Last synced: 5 days ago
JSON representation
Portal to accessing OC ReMix content via IPFS
- Host: GitHub
- URL: https://github.com/signpostmarv/oc-remix-ipfs-portal
- Owner: SignpostMarv
- License: apache-2.0
- Created: 2020-03-02T22:34:34.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-03T16:34:15.000Z (over 1 year ago)
- Last Synced: 2024-05-02T01:15:09.942Z (7 months ago)
- Language: TypeScript
- Homepage: https://ocremix.ipfs.signpostmarv.name/
- Size: 10.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Proof of concept for browsing & streaming OC ReMix albums via IPFS.
## Build
1) `npm install`
2) `gulp`
3) `cd ./dist/`
4) `npm install`## Serve
emojis are used for icons, so serving as utf-8 is required.### Apache
```
AddDefaultCharset utf-8
```## Browse
Use any http server of your choice, serve the `./dist/` folder then open in a recent/modern browser.![animated demo of proof-of-concept for using IPFS to browse & stream OC ReMix albums.](./img/ocremix-ipfs-demo.gif)
## Optional Steps
* Install [IPFS companion](https://github.com/ipfs-shipyard/ipfs-companion) (
this would allow you to fetch content from your local IPFS node,
rater than using the IPFS API)# See Also
* [OC ReMix IPFS Data](https://github.com/signpostmarv/ocremix-ipfs-data)