Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/undyingwraith/dag-media-archive
https://github.com/undyingwraith/dag-media-archive
ipfs ipld
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/undyingwraith/dag-media-archive
- Owner: undyingwraith
- Created: 2021-07-08T11:52:42.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T09:05:51.000Z (about 2 years ago)
- Last Synced: 2024-03-29T11:59:20.363Z (10 months ago)
- Topics: ipfs, ipld
- Language: TypeScript
- Homepage:
- Size: 2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dag media archive
[![license](https://img.shields.io/badge/license-MIT-brightgreen)](https://choosealicense.com/licenses/mit/)
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/undyingwraith/dag-media-archive/issues)
![dependencies](https://img.shields.io/david/undyingwraith/dag-media-archive)
[![fork](https://img.shields.io/github/forks/undyingwraith/dag-media-archive?style=social)](https://github.com/undyingwraith/dag-media-archive/network/members)
[![stars](https://img.shields.io/github/stars/undyingwraith/dag-media-archive?style=social)](https://github.com/undyingwraith/dag-media-archive/stargazers)## Getting started
Add the following line to your `.npmrc` file (create it if it doesnt exist):
```text
@undyingwraith:registry=https://npm.pkg.github.com
```And add it to your package.
```bash
yarn add @undyingwraith/dag-media-archive
```## Usage
### Typescript
```typescript
import {DmaStore} from '@undyingwraith/dag-media-archive'
import {create} from 'ipfs-core'const store = await DmaStore.create(await create())
//TODO
```### Javascript
```javascript
//TODO
```