test

Version, currently master branch1 version
  • master branchlatestMar 28, 2016

github.com/sunrick/crystal_shareprice

test app using crystal to get share price history from yahoo finance.

0 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  test:
    github: sunrick/crystal_shareprice
    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
Rickard Sunden

Dependencies

Runtime Dependencies

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

README

Crystal share price app

Simple crystal web server app to pull share prices from Yahoo finance

See it live on heroku!

Command for deploying to heroku

heroku create crystaltestapp --buildpack https://github.com/zamith/heroku-buildpack-crystal.git

Looks for app.cr file in main directory.