https://github.com/sudosubin/appcenter-download-api
App center download url api using Vercel edge functions
https://github.com/sudosubin/appcenter-download-api
serverless vercel
Last synced: about 1 month ago
JSON representation
App center download url api using Vercel edge functions
- Host: GitHub
- URL: https://github.com/sudosubin/appcenter-download-api
- Owner: sudosubin
- License: mit
- Created: 2023-03-31T17:47:41.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-31T17:57:15.000Z (about 3 years ago)
- Last Synced: 2025-01-11T08:08:39.777Z (over 1 year ago)
- Topics: serverless, vercel
- Language: TypeScript
- Homepage:
- Size: 82 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# appcenter-download-api
App Center download url api using Vercel Edge Functions.
## API Usage
```sh
curl https://appcenter-download-api.vercel.app/api/dexterleng/homerow-redux/production/0.18
```
## How to Use
You can choose from one of the following two methods to use this repository:
### One-Click Deploy
Deploy the example using [Vercel](https://vercel.com):
[](https://vercel.com/new/git/external?repository-url=https://github.com/sudosubin/appcenter-download-api/tree/main&project-name=appcenter-download-api&repository-name=appcenter-download-api)
### Running Locally
Install the Vercel CLI:
```bash
npm i -g vercel
```
Then run the example at the root of the repository:
```bash
vercel dev
```