Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```