Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/neekolas/og-proxy
- Owner: neekolas
- License: mit
- Created: 2024-01-29T16:48:41.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-31T17:41:37.000Z (11 months ago)
- Last Synced: 2024-10-26T11:12:39.651Z (2 months ago)
- Topics: bun, farcaster, opengraph
- Language: TypeScript
- Homepage:
- Size: 82 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.