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

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

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
```