crypto_crystal

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

github.com/Alex1100/crypto_crystal

React on Crystal Cryptocurrency Price Ticker

2 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  crypto_crystal:
    github: Alex1100/crypto_crystal
    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
0.23.1
License
MIT
Author
Alexander Aleksanyan
Target
  • crypto_crystal from src/crypto_crystal.cr

Dependencies

Runtime Dependencies

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

README

Check out the app live at Crystal-Ticker

##Crypto Spot Price Tracker Built With Crystal-Lang and Kemal

Installation

MAC OSX SETUP

  • git clone https://github.com/Alex1100/crypto_crystal.git && cd crypto_crystal && brew update && brew install crystal-lang && brew install openssl && xcode-select --install && xcode --switch /Library/Developer/CommandLineTools

To Check Out The App in Development Mode

  • npm install
  • Open up another terminal tab/window and run npm run compile
  • npm start
  • Check out the app running on the browser via localhost:3000

Contributing

  1. Fork it ( https://github.com/Alex1100/crypto_crystal/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

  • Alex1100 Alexander Aleksanyan - creator, maintainer