A wrapper for the Alpha Vantage API with the goal of mapping the JSON to crystal objects.
-
Add the dependency to your
shard.yml
:dependencies: findata-avan: github: sumwatt/findata-avan
-
Run
shards install
require "findata-avan"
TODO: Write usage instructions here
dotenv is used for testing and not a requirement.
- Fork it (https://github.com/sumwatt/findata-avan/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
- your-name-here - creator and maintainer