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.
- Host: GitHub
- URL: https://github.com/arye-eidelman/link-to-tel
- Owner: arye-eidelman
- Created: 2019-12-31T00:26:17.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-05T10:58:23.000Z (over 2 years ago)
- Last Synced: 2025-06-09T03:05:50.609Z (4 months ago)
- Topics: email, link-shortener, phone-number, redirects
- Language: Ruby
- Homepage: https://link-to-tel.herokuapp.com/
- Size: 664 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
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`