Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miasanromen/hitclients
App for crypto currency trading - REST connector to HitBTC exchange API
https://github.com/miasanromen/hitclients
cryptocurrency rest-api trading
Last synced: about 2 months ago
JSON representation
App for crypto currency trading - REST connector to HitBTC exchange API
- Host: GitHub
- URL: https://github.com/miasanromen/hitclients
- Owner: MiaSanRomen
- Created: 2020-12-27T10:03:58.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-16T10:04:02.000Z (about 1 year ago)
- Last Synced: 2023-10-17T02:47:47.747Z (about 1 year ago)
- Topics: cryptocurrency, rest-api, trading
- Language: JavaScript
- Homepage:
- Size: 44.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HitClients - app for crypto currency trading.
In development used and created:
```
- Solution contains two projects (one takes data from API, second works with it)
- App works with API of https://hitbtc.com/
- Settings loads from JSON fyle
- App has the special design (contains DockContent)
- It displays list of all availiable cryptocurrency
- List updates every second, to show in color if currency cost up (green) or down (red)
- After user selects currency app shows the step chart (candles). Chart shows last cost changes.
- After the authentication user can create orders for trading
- Orders can be 2 types: single(market) or continious (limit)
- When app work is finished, it saves its settings to JSON fyle, login and password alco can be saved
```- Done in 2018