I hereby claim:
- I am dstotijn on github.
- I am dstotijn (https://keybase.io/dstotijn) on keybase.
- I have a public key ASBIOjZvK81cI53YA0OjCjR3AXzkJ7XiitYhmX6A7zgB_Ao
To claim this, I am signing this object:
| const app = require("express")(); | |
| const bodyParser = require("body-parser"); | |
| const port = process.env.PORT || 3000; | |
| app.use(bodyParser.urlencoded({ extended: true })); | |
| /** | |
| * @see https://developers.messagebird.com/docs/messaging#messaging-receive | |
| */ |
I hereby claim:
To claim this, I am signing this object:
| package main | |
| import ( | |
| "encoding/binary" | |
| "io" | |
| "log" | |
| "os" | |
| "github.com/go-audio/audio" | |
| "github.com/go-audio/wav" |