Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 7 days 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-03-31T17:57:15.000Z (over 1 year ago)
- Last Synced: 2024-04-14T17:04:25.643Z (7 months 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):
[![Deploy with Vercel](https://vercel.com/button)](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
```