{"id":15503107,"url":"https://github.com/johno/coinr","last_synced_at":"2025-04-22T23:21:45.834Z","repository":{"id":57203032,"uuid":"61457907","full_name":"johno/coinr","owner":"johno","description":"Get latest ticker information for popular cryptocurrencies","archived":false,"fork":false,"pushed_at":"2017-02-23T20:30:33.000Z","size":21,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-19T17:31:16.043Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/johno.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-06-19T00:24:21.000Z","updated_at":"2022-12-29T17:34:01.000Z","dependencies_parsed_at":"2022-09-17T04:11:13.889Z","dependency_job_id":null,"html_url":"https://github.com/johno/coinr","commit_stats":null,"previous_names":["johnotander/coinr"],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johno%2Fcoinr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johno%2Fcoinr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johno%2Fcoinr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johno%2Fcoinr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/johno","download_url":"https://codeload.github.com/johno/coinr/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250338503,"owners_count":21414198,"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":[],"created_at":"2024-10-02T09:12:11.992Z","updated_at":"2025-04-22T23:21:45.819Z","avatar_url":"https://github.com/johno.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ¤ coinr [![Build Status](https://secure.travis-ci.org/johnotander/coinr.svg?branch=master)](https://travis-ci.org/johnotander/coinr) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://github.com/feross/standard)\n\nGet latest ticker information for popular cryptocurrencies from [coinmarketcap.com](http://coinmarketcap.com/). Quotes update [every 5 minutes](http://coinmarketcap.com/api/).\n\n## Installation\n\n```bash\nnpm install --save coinr\n```\n\n## Usage\n\n```javascript\nconst coinr = require('coinr')\n\n// Pass the full name\ncoinr('ethereum').then(d =\u003e console.log(d))\ncoinr('Ethereum').then(d =\u003e console.log(d))\n\n// Or the ticker symbol\ncoinr('eth').then(d =\u003e console.log(d))\ncoinr('ETH').then(d =\u003e console.log(d))\n```\n\nYou can also retrieve the cryptocurrency ticker map\n\n```javascript\nconst tickers = require('coinr/tickers-map.json')\n\ntickers.eth // 'ethereum'\ntickers.btc // 'bitcoin'\n```\n\n## License\n\nMIT\n\n## Contributing\n\n1. Fork it\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 new Pull Request\n\nCrafted with \u003c3 by John Otander ([@4lpine](https://twitter.com/4lpine)).\n\n***\n\n\u003e This package was initially generated with [yeoman](http://yeoman.io) and the [p generator](https://github.com/johnotander/generator-p.git).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohno%2Fcoinr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjohno%2Fcoinr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohno%2Fcoinr/lists"}