chore: init

This commit is contained in:
2025-10-25 22:31:06 +07:00
parent 93d98edb65
commit 3cdf5f6ba5
5 changed files with 93 additions and 2 deletions

View File

@@ -1,2 +1,27 @@
# google-play-scraper-worker
Host [google-play-scraper](https://github.com/facundoolano/google-play-scraper) on [Cloudflare Workers](https://workers.cloudflare.com)
# google-play-scraper
Host [google-play-scraper](https://github.com/facundoolano/google-play-scraper) on [Vercel](https://vercel.com)
To develop locally:
```
npm install
vc dev
```
```
open http://localhost:3000
```
To build locally:
```
npm install
vc build
```
To deploy:
```
npm install
vc deploy
```