JSPM

foxbitbot

2.0.0
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • 0
    • Score
      100M100P100Q23739F
    • License ISC

    Buy and sell automatic foxbit exchange

    Package Exports

    • foxbitbot

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (foxbitbot) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    Foxbit_Bot

    Bot Automatic Trader Foxbit - Buy & Sell.

    Using API Blinktrade.

    Panel

    Running Locally

    Make sure you have Node.js installed.

    $ git clone https://github.com/rafaelwdornelas/Foxbit_Bot.git # or clone your own fork
    $ cd Foxbit_Bot
    $ npm install
    $ npm start

    Your app should now be running on localhost:3000.

    Config the config.json file with the key and secret information

    {
      "key": "YOUKEY",
      "password": "YOUPASSWORDAPI",
      "secret": "YOUKEYSECRET",
      "currency": "BRL",
      "brokerId": "4"
    }