1.0.2 • Published 8 years ago

app-store-link v1.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

app-store-link Build Status

Generate a link to iOS or google play app

Uses these specs: App Store, Play Store

Install

$ npm install --save app-store-link

Usage

var link = require('app-store-link')

link.ios('123')
// => https://itunes.apple.com/us/app/id123?mt=8'

link.android('com.my.app')
// => https://play.google.com/store/apps/details?id=com.my.app

link.android('com.my.app', {native: true})
// => market://details?id=com.my.app

Related

License

MIT © Andrew Joslin

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago