https://github.com/hectorqin/psi-http
HTTP server proxy the google psi service
https://github.com/hectorqin/psi-http
pagespeed-insights psi
Last synced: over 1 year ago
JSON representation
HTTP server proxy the google psi service
- Host: GitHub
- URL: https://github.com/hectorqin/psi-http
- Owner: hectorqin
- Created: 2020-05-30T06:26:26.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-11T11:15:56.000Z (about 5 years ago)
- Last Synced: 2025-02-09T07:26:47.349Z (over 1 year ago)
- Topics: pagespeed-insights, psi
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# psi-http
psi 的http服务版
## Docker 部署
```bash
docker run -d --name psi-http --restart always -p 8888:8888 hectorqin/psi-http
```
## 访问
```bash
curl http://127.0.0.1:8888/psi?url=https%3A%2F%2Fwww.baidu.com&strategy=mobile
```