Setup

Create config.js

Set Bitflyer API keys.

module.exports = {
    apiKey: "xxx",
    secret: "xxx",
}