Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xaoxuu/site-info-api
https://github.com/xaoxuu/site-info-api
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/xaoxuu/site-info-api
- Owner: xaoxuu
- License: mit
- Created: 2022-11-04T05:23:33.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-13T08:08:02.000Z (3 months ago)
- Last Synced: 2024-08-13T09:34:51.336Z (3 months ago)
- Language: JavaScript
- Homepage: site-info-api.vercel.app
- Size: 15.6 KB
- Stars: 3
- Watchers: 3
- Forks: 25
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# site-info-api
使用方法示例:
https://api.info.mengze2.cn/api/v1/?url=https://mengze2.cn/
如果需要配置到 Stellar 主题中,写法就是:
```yaml
api: https://api.info.mengze2.cn/api/v1/?url=${href}
```## 支持 Vercel 部署
1. fork 本仓库
2. 打开 vercel.com,部署该项目
3. 进入 Environment Variables 页面,设置 HOSTS 如下:| Key | Value |
| :-- | :-- |
| HOSTS | `['', 'localhost', 'mengze2.cn']` |> 把示例中的最后一个修改为自己网站的 host 部分。
> 前两个分别代表空 Referrer、本地预览,可以根据需要选择是否保留。