Skip to content
This repository has been archived by the owner on Mar 9, 2023. It is now read-only.

Latest commit

 

History

History
39 lines (25 loc) · 817 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 817 Bytes

findata-avan

A wrapper for the Alpha Vantage API with the goal of mapping the JSON to crystal objects.

Installation

  1. Add the dependency to your shard.yml:

    dependencies:
      findata-avan:
        github: sumwatt/findata-avan
  2. Run shards install

Usage

require "findata-avan"

TODO: Write usage instructions here

Development

dotenv is used for testing and not a requirement.

Contributing

  1. Fork it (https://github.com/sumwatt/findata-avan/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