https://github.com/bartozzz/crypto-news
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.
https://github.com/bartozzz/crypto-news
crypto cryptocompare cryptocompare-api cryptocurrencies vue vue-app
Last synced: 6 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/bartozzz/crypto-news
- Owner: Bartozzz
- License: mit
- Created: 2018-09-26T14:18:43.000Z (about 7 years ago)
- Default Branch: dev
- Last Pushed: 2018-10-11T11:16:33.000Z (about 7 years ago)
- Last Synced: 2025-04-18T04:55:33.710Z (6 months ago)
- Topics: crypto, cryptocompare, cryptocompare-api, cryptocurrencies, vue, vue-app
- Language: JavaScript
- Homepage: https://laniewski.me/crypto-news/
- Size: 4.98 MB
- Stars: 29
- Watchers: 2
- Forks: 9
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Crypto News
[](LICENSE)
[](https://github.com/Bartozzz/crypto-news/releases)**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/).
![]()
![]()
> **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/).
Contributing
### Bug reporting
[](https://github.com/Bartozzz/crypto-news/issues)
[](https://github.com/Bartozzz/crypto-news/issues?q=is%3Aissue+is%3Aclosed)
[](https://github.com/Bartozzz/crypto-news/pulls)**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).
### License
Crypto 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/).
### Development
We 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:
```bash
$ git clone --depth=1 https://github.com/Bartozzz/crypto-news.git crypto-news
```…and install dependencies with npm:
```bash
$ npm install
```… then run the development server:
```bash
$ npm run serve
```#### Usage
```bash
$ npm run
```#### List of commands
| Command | Description |
| ------- | ----------- |
| `serve` | |
| `build` | |
| `test` | |
| `lint` | |