https://github.com/railsware/skypekit
Ruby FFI interface to libskypekit C library
https://github.com/railsware/skypekit
Last synced: 12 months ago
JSON representation
Ruby FFI interface to libskypekit C library
- Host: GitHub
- URL: https://github.com/railsware/skypekit
- Owner: railsware
- License: mit
- Created: 2012-05-10T13:34:48.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-06-28T21:05:42.000Z (almost 14 years ago)
- Last Synced: 2025-04-22T23:12:19.612Z (about 1 year ago)
- Language: Ruby
- Homepage: http://railsware.github.com/skypekit/
- Size: 112 KB
- Stars: 46
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Skypekit
Ruby FFI interface to libskypekit C library
## Dependencies
* libskypekit C library
* ffi gem
## Installation
Install [libskypekit](https://github.com/railsware/libskypekit).
Add this line to your application's Gemfile:
gem 'skypekit'
And then execute:
$ bundle
Or install it yourself as:
$ gem install skypekit
## Usage
Check examples directory.
Run ping_pong example:
SK_KEY=bla.pem SK_USER=user SK_PASS=secret be ruby examples/ping_pong.rb
## Author
* Andriy Yanko
## Contributors
* Volodymyr Bezobiuk
* Alexey Vasiliev
## License
* Copyright (c) 2012 Railsware (www.railsware.com)
* [MIT](www.opensource.org/licenses/MIT)
## References
* [libskypekit](https://github.com/railsware/libskypekit)
* [SkypeKit C++ Wrapper Reference](http://developer.skype.com/skypekit/reference/cpp/index.html)