MMore / placetel-phonebook

Generates a phonebook via the Placetel API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

placetel-phonebook

Build Status

Generates a phonebook via the Placetel API. Besides that it enables you to initiate calls which can be used together with a Click2Dial browser extension.

Configuration

  • Open phonebook.rb and set the
    • placetel_api_key and a
    • title
  • Done!

Setup

  • Ruby
    • Install bundler if required gem install bundler
    • Install dependencies bundle install
  • Angular
    • Install Bower npm install -g bower
    • Install AngularJS bower install

Run

Just start the application with ruby phonebook.rb and open http://localhost:4567 in a browser. Or use something like passenger or unicorn to serve it.

Initiate Calls

Now you can easily click on a number in your browser to dial it.

Copyright and License

Made by Mathias Nestler (c) 2013-2014. Feel free to contribute!

Released under the GNU GPLv2

About

Generates a phonebook via the Placetel API.

License:GNU General Public License v2.0


Languages

Language:Ruby 78.7%Language:HTML 19.1%Language:CSS 2.3%