{"id":19253508,"url":"https://github.com/webcyou/crypto-currency-icon","last_synced_at":"2025-04-21T14:32:08.685Z","repository":{"id":68798799,"uuid":"117435515","full_name":"webcyou/crypto-currency-icon","owner":"webcyou","description":"Crypto Currency Icon","archived":false,"fork":false,"pushed_at":"2018-02-18T17:02:22.000Z","size":2627,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-01T13:51:13.255Z","etag":null,"topics":["bitcoin","crypto-currency","crypto-currency-icon","cryptocurrency","css","ethereum","icon","ripple","scss","scss-styles"],"latest_commit_sha":null,"homepage":"https://webcyou.github.io/crypto-currency-icon/","language":"CSS","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/webcyou.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-01-14T14:05:10.000Z","updated_at":"2021-11-15T10:30:12.000Z","dependencies_parsed_at":"2023-02-21T22:46:19.632Z","dependency_job_id":null,"html_url":"https://github.com/webcyou/crypto-currency-icon","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/webcyou%2Fcrypto-currency-icon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webcyou%2Fcrypto-currency-icon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webcyou%2Fcrypto-currency-icon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webcyou%2Fcrypto-currency-icon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webcyou","download_url":"https://codeload.github.com/webcyou/crypto-currency-icon/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250070272,"owners_count":21369845,"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":["bitcoin","crypto-currency","crypto-currency-icon","cryptocurrency","css","ethereum","icon","ripple","scss","scss-styles"],"created_at":"2024-11-09T18:31:27.184Z","updated_at":"2025-04-21T14:32:08.675Z","avatar_url":"https://github.com/webcyou.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# crypto-currency-icon \n\n### [APB CSS](http://apbcss.com/) (Atomic Parts Base CSS) Architecture Base CryptoCurrency Icon CSS Style\n\n\n![Crypto Currency Icon](https://webcyou.github.io/crypto-currency-icon/images/design_ss.png)\n\n\n## Table of contents\n\n* [Quick start](#quick-start)\n* [Documentation](#documentation)\n* [Start Develop](#start-develop)\n* [Creators](#creators)\n* [Copyright and license](#copyright-and-license)\n\n## Quick start\n\nincluded html\n```$xslt\n\u003clink rel=\"stylesheet\" href=\"css/crypto-currency-icon.css\"\u003e\n```\n\n**Install with [npm](https://www.npmjs.com):**\n```$xslt\n$ npm install crypto-currency-icon\n```\n**SCSS**\n```$xslt\n@import \"/node_modules/crypto-currency-icon/dist/crypto-currency-icon.css\";\n```\n\n**HTML**\n\nexample:\n\nBitcoin\n\n![Bitcoin](https://webcyou.github.io/crypto-currency-icon/images/bitcoin_30.png)\n\n\n```$xslt\n\u003cp class=\"icon cryptoCoin btc\"\u003e\u003c/p\u003e\n```\n\nRipple\n\n![Ripple](https://webcyou.github.io/crypto-currency-icon/images/ripple_30.png)\n\n```$xslt\n\u003cp class=\"icon cryptoCoin xrp\"\u003e\u003c/p\u003e\n```\n\nadd Size Variation.\n\n![Ripple](https://webcyou.github.io/crypto-currency-icon/images/ripple_20.png)\n\n```$xslt\n\u003cp class=\"icon cryptoCoin xrp small\"\u003e\u003c/p\u003e\n```\n\n\n**Icon Size CSS Class**\n\n| size (px)     | css className |  images  |\n|:-------------:|:-------------:|:--------:|\n| 14px × 14px   | mini          | ![Bitcoin](https://webcyou.github.io/crypto-currency-icon/images/bitcoin_14.png) |\n| 20px × 20px   | small         | ![Bitcoin](https://webcyou.github.io/crypto-currency-icon/images/bitcoin_20.png) |\n| 30px × 30px   | medium        | ![Bitcoin](https://webcyou.github.io/crypto-currency-icon/images/bitcoin_30.png) |\n| 50px × 50px   | large         | ![Bitcoin](https://webcyou.github.io/crypto-currency-icon/images/bitcoin_50.png) |\n| 100px × 100px | big           | ![Bitcoin](https://webcyou.github.io/crypto-currency-icon/images/bitcoin_100.png) |\n\nRetina Display Image size.\n\n**Clone the repo:**\n\n```$xslt\n$ git clone --recursive git@github.com:webcyou/crypto-currency-icon.git\n```\n\n\n## Documentation\n\nCryptoCurrency Icon CSS Style documentation, included in this repo in the root directory, is built with Hugo.\n\n\n[CryptoCurrency Icon CSS](https://webcyou.github.io/crypto-currency-icon/)\n\n\n## Start Develop\n\n\n**Clone the repo:**\n\n```$xslt\n$ git clone --recursive git@github.com:webcyou/crypto-currency-icon.git\n```\n\n```$xslt\n$ cd crypto-currency-icon\n```\n\n```$xslt\n$ npm install\n```\n\nIf necessary, install Hugo and other Go.\n\n```$xslt\n$ brew install hugo\n```\n\n\n```$xslt\n$ npm run start\n```\n\nOpen `http://localhost:1313` in your browser.\n\n\n## Creators\n\n**Daisuke Takayama**\n* [@webcyou](https://twitter.com/webcyou)\n* [@panicdragon](https://twitter.com/panicdragon)\n* \u003chttps://github.com/webcyou\u003e\n* \u003chttps://github.com/panicdragon\u003e\n* \u003chttp://www.webcyou.com/\u003e\n\n\n## Copyright and license\n\nMIT\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebcyou%2Fcrypto-currency-icon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebcyou%2Fcrypto-currency-icon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebcyou%2Fcrypto-currency-icon/lists"}