Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 355 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 355 Bytes

使い方

$ npm install
$ npm start

以下のように Channel をハッシュで指定する

http://localhost:3000/#my-channel

以下のコマンドを実行

curl \
  -XPOST \
  -d '{"message":"Hello World"}' \
  -H 'content-type: application/json' \
  'https://api-ws-admin.geolonia.com/dev/channels/my-channel/messages'