{"id":17531199,"url":"https://github.com/bartozzz/crypto-news","last_synced_at":"2025-04-23T20:23:43.277Z","repository":{"id":144339085,"uuid":"150438263","full_name":"Bartozzz/crypto-news","owner":"Bartozzz","description":"Crypto News allows you to convert cryptocurrencies, view latest news and exchange rates for each ICO – all the data from the world of cryptocurrencies in one place.","archived":false,"fork":false,"pushed_at":"2018-10-11T11:16:33.000Z","size":5217,"stargazers_count":29,"open_issues_count":5,"forks_count":9,"subscribers_count":2,"default_branch":"dev","last_synced_at":"2025-04-18T04:55:33.710Z","etag":null,"topics":["crypto","cryptocompare","cryptocompare-api","cryptocurrencies","vue","vue-app"],"latest_commit_sha":null,"homepage":"https://laniewski.me/crypto-news/","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/Bartozzz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2018-09-26T14:18:43.000Z","updated_at":"2024-12-26T18:59:54.000Z","dependencies_parsed_at":"2023-10-20T18:18:17.672Z","dependency_job_id":null,"html_url":"https://github.com/Bartozzz/crypto-news","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bartozzz%2Fcrypto-news","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bartozzz%2Fcrypto-news/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bartozzz%2Fcrypto-news/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bartozzz%2Fcrypto-news/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bartozzz","download_url":"https://codeload.github.com/Bartozzz/crypto-news/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250506977,"owners_count":21441888,"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":["crypto","cryptocompare","cryptocompare-api","cryptocurrencies","vue","vue-app"],"created_at":"2024-10-20T17:23:16.408Z","updated_at":"2025-04-23T20:23:43.259Z","avatar_url":"https://github.com/Bartozzz.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003eCrypto News\u003c/h1\u003e\n\n[![License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](LICENSE)\n[![Github Releases](https://img.shields.io/github/downloads/Bartozzz/crypto-news/latest/total.svg)](https://github.com/Bartozzz/crypto-news/releases)\n\u003cbr\u003e\n\n**Crypto News** allows you to convert cryptocurrencies, view latest news and exchange rates for each ICO – all the data from the world of cryptocurrencies in one place. It is based on [`Vue`](https://vuejs.org/), licensed under the _[MIT license](#license)_. Uses [CryptoCompare API](https://min-api.cryptocompare.com/).\n\n  \u003cbr\u003e\n\n  \u003cimg src=\"resources/screenshots/home.png\" width=\"400\"/\u003e\n  \u003cimg src=\"resources/screenshots/news.png\" width=\"400\"/\u003e\n\u003c/div\u003e\n\n\u003e **Note:** This project was bootstrapped with [`vue-cli`](https://cli.vuejs.org/). Below you'll find information about performing common tasks. The most recent version of this guide is available [here](https://cli.vuejs.org/guide/).\n\n\u003ch2 align=\"center\"\u003eContributing\u003c/h2\u003e\n\n### Bug reporting\n\n[![Github Open Issues](https://img.shields.io/github/issues-raw/Bartozzz/crypto-news.svg)](https://github.com/Bartozzz/crypto-news/issues)\n[![Github Closed Issues](https://img.shields.io/github/issues-closed-raw/Bartozzz/crypto-news.svg)](https://github.com/Bartozzz/crypto-news/issues?q=is%3Aissue+is%3Aclosed)\n[![Github Pull Requests](https://img.shields.io/github/issues-pr-raw/Bartozzz/crypto-news.svg)](https://github.com/Bartozzz/crypto-news/pulls)\n\n**We want contributing to Crypto News to be fun, enjoyable, and educational for everyone.** Changes and improvements are more than welcome! Feel free to fork and open a pull request. If you have found any issues, please [report them here](https://github.com/Bartozzz/crypto-news/issues/new) - they are being tracked on [GitHub Issues](https://github.com/Bartozzz/crypto-news/issues).\n\n### License\n\nCrypto News was created and developed by [Bartosz Łaniewski](https://github.com/Bartozzz). The full list of contributors can be found [here](https://github.com/Bartozzz/crypto-news/graphs/contributors). Crypto News's code is [MIT licensed](https://github.com/Bartozzz/crypto-news/blob/master/LICENSE). Crypto data is licensed under a [Creative Commons Attribution-NonCommercial 3.0 Unported](https://creativecommons.org/licenses/by-nc/3.0/) license. It is attributed to the [CryptoCompare team](https://www.cryptocompare.com/api/).\n\n### Development\n\nWe have prepared multiple commands to help you develop Crypto News on your own. You will need a local copy of [Node.js](https://nodejs.org/en/) installed on your machine. First, you need to clone or [download](https://github.com/Bartozzz/crypto-news/archive/dev.zip) our repository:\n\n```bash\n$ git clone --depth=1 https://github.com/Bartozzz/crypto-news.git crypto-news\n```\n\n…and install dependencies with npm:\n\n```bash\n$ npm install\n```\n\n… then run the development server:\n\n```bash\n$ npm run serve\n```\n\n#### Usage\n\n```bash\n$ npm run \u003ccommand\u003e\n```\n\n#### List of commands\n\n| Command | Description |\n| ------- | ----------- |\n| `serve` |             |\n| `build` |             |\n| `test`  |             |\n| `lint`  |             |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbartozzz%2Fcrypto-news","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbartozzz%2Fcrypto-news","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbartozzz%2Fcrypto-news/lists"}