https://github.com/bitfinexcom/bfx-hf-server
https://github.com/bitfinexcom/bfx-hf-server
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bitfinexcom/bfx-hf-server
- Owner: bitfinexcom
- Created: 2018-11-11T13:40:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-04T22:38:57.000Z (almost 2 years ago)
- Last Synced: 2024-11-30T02:44:32.160Z (over 1 year ago)
- Language: JavaScript
- Size: 780 KB
- Stars: 7
- Watchers: 9
- Forks: 21
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bfx-hf-server
Honey framework server created for the bfx-hf-ui as a background process
## Note
This package will be maintained only via github, please use latest relases from github instead of npm.
Example on how to install specific version from github:
```
npm i --save-prod https://github.com/bitfinexcom/bfx-hf-server.git#v4.1.0
```
Example on how to install it latest version from github:
```
npm i --save-prod https://github.com/bitfinexcom/bfx-hf-server.git
```