Skip to content

benmort/telephony-be

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telephony Back End

Introduction

Sinatra App which provides integration to Telephony Front End.

Features:

  • Given a list of integers, print out all possible words that can be spelled by using the telephone letter mapping.
  • For example, Telephony.permutations([2,5])
  • Which will print out: [AJ, AK, AL, BJ, BK, BL, CJ, CK, CL]

Tech

Telephony Front End uses a number of open source projects:

  • Sinatra
  • Ruby
  • Webrick

Installation and Configuration:

Requirements

Telephony Front End

This is to be used in conjunction with Telephony Front End.

Quick Start

$ git clone git@github.com:benmort/telephony-be.git
$ cd telephony-be
$ bundle install
$ ruby app.rb

Open Source Project - Ben Mort

About

Open Source Telephony Sinatra App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages