{"id":26566226,"url":"https://github.com/toreserter/coinmarketcal","last_synced_at":"2025-09-01T12:39:52.402Z","repository":{"id":59152246,"uuid":"139596319","full_name":"toreserter/coinmarketcal","owner":"toreserter","description":"Unofficial gem for the CoinMarketCal API","archived":false,"fork":false,"pushed_at":"2018-07-04T17:54:08.000Z","size":16,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-20T09:39:12.750Z","etag":null,"topics":["coinmarketcal","cryptocurrency","rest-api","ruby"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/toreserter.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-07-03T14:34:30.000Z","updated_at":"2023-08-17T22:54:38.000Z","dependencies_parsed_at":"2022-09-13T11:01:00.769Z","dependency_job_id":null,"html_url":"https://github.com/toreserter/coinmarketcal","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toreserter%2Fcoinmarketcal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toreserter%2Fcoinmarketcal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toreserter%2Fcoinmarketcal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toreserter%2Fcoinmarketcal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/toreserter","download_url":"https://codeload.github.com/toreserter/coinmarketcal/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244966524,"owners_count":20539797,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["coinmarketcal","cryptocurrency","rest-api","ruby"],"created_at":"2025-03-22T18:19:30.126Z","updated_at":"2025-03-22T18:19:30.695Z","avatar_url":"https://github.com/toreserter.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Coinmarketcal [![Gem Version](https://badge.fury.io/rb/coinmarketcal.svg)](https://badge.fury.io/rb/coinmarketcal)\n\nUnofficial gem for the CoinMarketCal API.\n\nCoinMarketCal is the economic calendar for the cryptocurrency market. Evidence-based and community-driven.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'coinmarketcal'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install coinmarketcal\n\n## Usage\n\nYou can authenticate access to your CoinMarketCal account by configuring your implementation of the coinmarketcal gem. This is accomplished by using a config block at the top of your application.\n\nSet up your keys at: https://api.coinmarketcal.com/developer/dashboard\n\n```ruby\nCoinmarketcal.config do |c|\n  c.client_id = 'your-client-id'\n  c.client_secret = 'your-client-secret'\nend\n```\n\nTo retrieve list of coins:\n```ruby\nCoinmarketcal::Coin.all\n```\n\nTo retrieve list of events:\n```ruby\nCoinmarketcal::Event.all coins: \"bitcoin,ethereum\",\n                         max: 10,\n                         sort_by: \"created_desc\",\n                         date_range_start: \"30/07/2018\",\n                         date_range_end: \"30/08/2018\"\n\n```\n\nTo retrieve list of categories:\n```ruby\nCoinmarketcal::Category.all\n```\n\nFor more information about API, visit https://api.coinmarketcal.com/\n\n\n## Contributing\n\n1. Fork it ( https://github.com/toreserter/coinmarketcal/fork )\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create a new Pull Request\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoreserter%2Fcoinmarketcal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftoreserter%2Fcoinmarketcal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoreserter%2Fcoinmarketcal/lists"}