Skip to content

A simple service which lets you route people to the corresponding appstore

Notifications You must be signed in to change notification settings

manuelroth/route

Repository files navigation

rout.ly Travis

If developers want to launch a new app or push out a major update, they post links to every appstore their app is available on. The users have to decide which one works for their device.

Wouldn't it be great if there was just one short link, which automatically routes them to the corresponding appstore. Thats exactly what route does. It lets you add links to all appstores and provides a simple short link. If a user touches the link, the services determines the appstore based on the user agent string and routes to that appstore.

How it works

Redirection flow

Let's say we want to inform people about an update about the game Shoggoth Rising.

We use express-useragent for detecting mobile platforms and redirect according to the table below.

Client Redirection
iPad App Store
iPod App Store
iPhone App Store
Android Google Play
Windows Phone Windows Store

Build

You need gulp to run the tests.

npm install -g gulp

Now you can execute the tests and lint the project.

gulp

About

A simple service which lets you route people to the corresponding appstore

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published