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

https://github.com/tiagoporto/redirect-to-app-stores

Javascript code to redirect to app store
https://github.com/tiagoporto/redirect-to-app-stores

app-store apple-store microsoft-store play-store

Last synced: 2 months ago
JSON representation

Javascript code to redirect to app store

Awesome Lists containing this project

README

          

# Redirect to App Stores

Redirect the device to the respective store.

TRY!!!

![QRCode](qr_code.jpg "Acess app store")

or access [https://tiagoporto.github.io/redirect-to-app-stores/](https://tiagoporto.github.io/redirect-to-app-stores/)

## Usage

```js
redirectAPP({
playStore: "market://details?id=com.android.chrome",
appleStore: "itms-apps://itunes.apple.com/us/app/ibooks/id364709193?mt=8",
winStore:
"contoso:ShowProducts?CategoryID=19cd0687-980b-4838-8880-5f68aba1671e",
});
```

## Code

[https://github.com/tiagoporto/redirect-to-app-stores/blob/gh-pages/redirect-app-stores.js](https://github.com/tiagoporto/redirect-to-app-stores/blob/gh-pages/redirect-app-stores.js)

## License

Redirect to app Stores is released under the terms of the [MIT license](http://opensource.org/licenses/MIT).