fx

Version, currently master branch1 version
  • master branchlatestJan 9, 2017

github.com/fastzen/fx-kemal-react-websockets

Exchange rates streamed over websockets with React Typescript frontend and Kemal backend

3 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  fx:
    github: fastzen/fx-kemal-react-websockets
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
no constraint declared
License
MIT
Author
Alastair Aitken

Dependencies

Runtime Dependencies

  • kemal*github: sdogruyol/kemal, branch: master

README

fx

Paul Houghton's FX served by Kemal/Crystal (and no Socket.io).

Data from https://www.truefx.com/ api sent over websockets

Installation

To build the client

cd public

npm install

npm install -g rollup

rollup -c

To build the server

shards install

crystal build --release src/fx.cr

Usage

./fx

Then navigate to http://0.0.0.0:3000

A demo is at https://fx-kemal-react-websockets.herokuapp.com/

Development

TODO: Write development instructions here

Contributing

  1. Fork it ( https://github.com/fastzen/fx/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

  • fastzen Alastair Aitken - creator, maintainer