thanhtungka91 / iexcloud

Go library for accessing the IEX Cloud API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iexcloud

Go library for accessing the IEX Cloud API.

GoDoc Go Report Card License Badge

Overview

iexcloud provides a Go interface to the IEX Cloud API. To access the IEX Cloud API an account and token are required. The goal is for iexcloud to be compatible with the v1 version of the IEX Cloud API. There were some changes from the beta version to v1 of the API, so things may still be in flux for this library.

Installation

$ go get github.com/woodstock-tokyo/iexcloud

Testing

Prior to submitting a pull request, please run:

$ make check

To update and view the test coverage report:

$ make cover

License

iexcloud is released under the MIT license. Please see the LICENSE file for more information.

About

Go library for accessing the IEX Cloud API

License:MIT License


Languages

Language:Go 99.6%Language:Makefile 0.4%