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

https://github.com/arye-eidelman/link-to-tel

An app for redirecting an http(s) web link to a phone number tel link for use in office documents and gui's where only web links are allowed.
https://github.com/arye-eidelman/link-to-tel

email link-shortener phone-number redirects

Last synced: 3 months ago
JSON representation

An app for redirecting an http(s) web link to a phone number tel link for use in office documents and gui's where only web links are allowed.

Awesome Lists containing this project

README

          

# README

Generate a URL to call a phone number (using the tel: protocol) or send an email (using the mailto: protocol).

This is a https URL that redirects so that it can be used in places that don't support the tel and mailto protocols but only the http/https protocols.

* Ruby version: 2.5.7

* System dependencies: Postgres database

* How to run the test suite: `rails test`