https://github.com/yuler/detect-links
Detecting whether the URL links in WeChat are blocked
https://github.com/yuler/detect-links
detect fly remix wechat
Last synced: about 1 year ago
JSON representation
Detecting whether the URL links in WeChat are blocked
- Host: GitHub
- URL: https://github.com/yuler/detect-links
- Owner: yuler
- Created: 2023-03-14T15:52:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-22T02:40:40.000Z (about 3 years ago)
- Last Synced: 2025-04-06T12:13:18.482Z (about 1 year ago)
- Topics: detect, fly, remix, wechat
- Language: TypeScript
- Homepage: https://detect-links.fly.dev/
- Size: 604 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# detect-links
> Detecting whether the URL links in WeChat are blocked
## Tech Stacks
- from [indie-stack](https://github.com/remix-run/indie-stack)
## Deploy fly
```bash
fly apps create detect-links
fly volumes create data --size 1
fly secrets set SESSION_SECRET=$(openssl rand -hex 32)
# Connecting to your database
fly ssh console -C database-cli
```