Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/anon5r/atproto-blob-proxy

ATP Image proxy
https://github.com/anon5r/atproto-blob-proxy

atproto

Last synced: about 2 months ago
JSON representation

ATP Image proxy

Awesome Lists containing this project

README

        

At-Protocol Blob proxy
=====

# Specs

Runs on [Cloudflare Workers](https://workers.cloudflare.com/)

## Request URL

```
GET /proxy/image/[did]/[cid]
```

# How to run

## Debug

```shell
yarn install
yarn start
```

# Deploy

```shell
yarn deploy
```