Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Climate Test Coverage Dependency Status Build Status Gem Version

WebSocketHook.io Ruby Library

Usage example

require 'websockethook'

wsh = WebSocketHook.new

wsh.listen 'foo' do |message|
  puts "#{Time.now.to_s}: #{message}"
end

make call from shell

> curl http://websockethook.io/hook/foo --data "foo=bar"

About

A Ruby library for Web.SocketHook.io

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages