Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/4513echo/eoraptor
🦖 Talk with friends, federate with the universe.
https://github.com/4513echo/eoraptor
activitypub deno deno-deploy fediverse
Last synced: about 2 months ago
JSON representation
🦖 Talk with friends, federate with the universe.
- Host: GitHub
- URL: https://github.com/4513echo/eoraptor
- Owner: 4513ECHO
- License: mit
- Created: 2023-02-28T14:28:33.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-16T12:20:00.000Z (over 1 year ago)
- Last Synced: 2024-04-22T05:10:05.796Z (10 months ago)
- Topics: activitypub, deno, deno-deploy, fediverse
- Language: TypeScript
- Homepage: https://eoraptor.deno.dev
- Size: 40 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# eoraptor
> 🦖 Talk with friends, federate with the universe.
## How to Run
You have to set `POSTGRES_URL` envrironment variable. In local, you can set it
through `.env` file. In Deno Deploy, you can set it from configuration.```sh
POSTGRES_URL="postgres://{user}:{password}@{domain}:{post}/{database}"
```