Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/neekolas/og-proxy

OpenGraph Proxy Server
https://github.com/neekolas/og-proxy

bun farcaster opengraph

Last synced: about 1 month ago
JSON representation

OpenGraph Proxy Server

Awesome Lists containing this project

README

        

# OpenGraph Proxy

A simple proxy server to read OpenGraph tags from a URL without revealing client IP addresses. Designed to also support Farcaster Frames.

## Setup

To install dependencies:

```bash
bun install
```

To run:

```bash
bun run src/index.ts
```

This project was created using `bun init` in bun v1.0.25. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.