mirror of
https://github.com/tiennm99/miti-google-play-scraper.git
synced 2026-04-17 15:20:59 +00:00
chore: init
This commit is contained in:
29
README.md
29
README.md
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user