Skip to content

rootAir/Foxbit_Bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"
}

About

Bot Automatic Trader Foxbit - Buy & Sell.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 64.6%
  • JavaScript 23.8%
  • HTML 11.6%