mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 01:01:56 +00:00
27 lines
500 B
JSON
27 lines
500 B
JSON
|
{
|
||
|
"name": "bbgo",
|
||
|
"description": "a modern cryptocurrency trading bot",
|
||
|
"repository": "https://github.com/c9s/bbgo",
|
||
|
"keywords": [
|
||
|
"trading",
|
||
|
"cryptocurrency",
|
||
|
"crypto"
|
||
|
],
|
||
|
"env": {
|
||
|
"MAX_API_KEY": {
|
||
|
"description": "The API key of your MAX Exchange account"
|
||
|
},
|
||
|
"MAX_API_SECRET": {
|
||
|
"description": "The API secret of your MAX Exchange account"
|
||
|
}
|
||
|
},
|
||
|
"buildpacks": [
|
||
|
{
|
||
|
"url": "heroku/go"
|
||
|
}
|
||
|
],
|
||
|
"addons": [
|
||
|
"jawsdb:kitefin"
|
||
|
]
|
||
|
}
|