Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added start option for getTicker method #6

Merged
merged 3 commits into from
Jan 30, 2018
Merged

Added start option for getTicker method #6

merged 3 commits into from
Jan 30, 2018

Conversation

abhinavk99
Copy link
Collaborator

The CoinMarketCap API has an option for its ticker API call to get results starting from a specific rank, so I added an optional start parameter to the getTicker method in index.js. I modified the README file to reflect the addition of the start option.

The package file got changed after I called npm install in the directory.

@codecov
Copy link

codecov bot commented Jan 6, 2018

Codecov Report

Merging #6 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master       #6   +/-   ##
=======================================
  Coverage   92.85%   92.85%           
=======================================
  Files           1        1           
  Lines          14       14           
  Branches        2        2           
=======================================
  Hits           13       13           
  Misses          1        1
Impacted Files Coverage Δ
index.js 92.85% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3d2c248...bad2a47. Read the comment docs.

@tiaanduplessis
Copy link
Owner

Thanks for the PR 😄

@tiaanduplessis tiaanduplessis merged commit 192f042 into tiaanduplessis:master Jan 30, 2018
@abhinavk99 abhinavk99 deleted the ticker-start-option branch May 7, 2018 02:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants