{"id":18614825,"url":"https://github.com/andrewjbateman/vue-app-crypto","last_synced_at":"2025-04-11T00:30:58.117Z","repository":{"id":37688369,"uuid":"182986551","full_name":"AndrewJBateman/vue-app-crypto","owner":"AndrewJBateman","description":":clipboard: Vue app to display cryptocurrency api data","archived":false,"fork":false,"pushed_at":"2023-01-06T01:49:47.000Z","size":799,"stargazers_count":4,"open_issues_count":26,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-25T06:51:15.592Z","etag":null,"topics":["api","axios","crypto","cryptocompare-api","cryptocurrency","css3","html5","tutorial-code","vue-cli3","vue-router","vue2"],"latest_commit_sha":null,"homepage":"","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AndrewJBateman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-04-23T09:57:49.000Z","updated_at":"2022-05-14T19:42:53.000Z","dependencies_parsed_at":"2023-02-05T02:00:39.506Z","dependency_job_id":null,"html_url":"https://github.com/AndrewJBateman/vue-app-crypto","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/AndrewJBateman%2Fvue-app-crypto","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fvue-app-crypto/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fvue-app-crypto/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fvue-app-crypto/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AndrewJBateman","download_url":"https://codeload.github.com/AndrewJBateman/vue-app-crypto/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248322229,"owners_count":21084333,"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":["api","axios","crypto","cryptocompare-api","cryptocurrency","css3","html5","tutorial-code","vue-cli3","vue-router","vue2"],"created_at":"2024-11-07T03:27:08.199Z","updated_at":"2025-04-11T00:30:54.001Z","avatar_url":"https://github.com/AndrewJBateman.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# :zap: Vue App Crypto\n\n* Vue app to get crypto currency price data from a [CryptoCompare API](https://min-api.cryptocompare.com/).\n* **Note:** to open web links in a new window use: _ctrl+click on link_\n\n![GitHub repo size](https://img.shields.io/github/repo-size/AndrewJBateman/vue-app-crypto?style=plastic)\n![GitHub pull requests](https://img.shields.io/github/issues-pr/AndrewJBateman/vue-app-crypto?style=plastic)\n![GitHub Repo stars](https://img.shields.io/github/stars/AndrewJBateman/vue-app-crypto?style=plastic)\n![GitHub last commit](https://img.shields.io/github/last-commit/AndrewJBateman/vue-app-crypto?style=plastic)\n\n## :page_facing_up: Table of contents\n\n* [:zap: Vue App Crypto](#zap-vue-app-crypto)\n\t* [:page_facing_up: Table of contents](#page_facing_up-table-of-contents)\n\t* [:books: General info](#books-general-info)\n\t* [:camera: Screenshots](#camera-screenshots)\n\t* [:signal_strength: Technologies](#signal_strength-technologies)\n\t* [:floppy_disk: Setup](#floppy_disk-setup)\n\t* [:computer: Code Examples](#computer-code-examples)\n\t* [:cool: Features](#cool-features)\n\t* [:clipboard: Status \u0026 To-Do List](#clipboard-status--to-do-list)\n\t* [:clap: Inspiration](#clap-inspiration)\n\t* [:envelope: Contact](#envelope-contact)\n\n## :books: General info\n\n* Axios used to get API data.\n* Data displayed using one-way data-binding and a v-for loop.\n\n## :camera: Screenshots\n\n![Example screenshot](./img/pc.png)\n![Example screenshot](./img/mobile.png)\n\n## :signal_strength: Technologies\n\n* [Vue v2](https://vuejs.org/) framework\n* [Vue Router v3](https://router.vuejs.org/) the official router for Vue.js\n* [Vue CLI v3](https://cli.vuejs.org/) interface\n* [Axios v0.21.0](https://github.com/axios/axios), a promise-based http client, is used to consume API data.\n* [Vue DevTools extension for Chrome](https://chrome.google.com/webstore/detail/vuejs-devtools/nhdogjmejiglipccpnnnanhbledajbpd).\n\n## :floppy_disk: Setup\n\n* Run `npm i` to install dependencies\n* Run `npm run lint` to lint and autofix files\n* Run `npm run test` to runs tests - no tests specified\n* Run `npm run serve` then navigate to `http://localhost:8080/`. The app will automatically reload if you change any of the source files.\n* Run `npm run build` to compile and minify for production\n\n## :computer: Code Examples\n\n```javascript\n\n* Extract from Hello.vue: function to get cryptocurrency data from the API\n\n\tcreated () {\n\t\tconst fsymsList = 'BTC,XRP,BCH,ETH,ZEC,EOS,XMR,ETC,LTC,DASH,QTUM,NEO,XLM,TRX,ADA,BTS,USDT,XUC,PAX,IOT';\n\n\t  axios.get('https://min-api.cryptocompare.com/data/pricemulti?fsyms=' + fsymsList + '\u0026tsyms=USD')\n\t  .then(response =\u003e {\n\t\t  this.cryptos = response.data\n\t\t  console.log(response)\n\t  })\n\t  .catch(e =\u003e {\n\t\t  this.errors.push(e)\n\t  });\n  }\n\n```\n\n## :cool: Features\n\n* uses the new Vue3 CLI.\n\n## :clipboard: Status \u0026 To-Do List\n\n* Status: Working.\n* To-Do: add functionality. Try deploy again with correct build path\n\n## :clap: Inspiration\n\n* [Coursetro Vue.js CryptoCurrency Tutorial - Display Exchange Data with an API](https://www.youtube.com/watch?v=S0Zznlv1qnI)\n\n## :file_folder: License\n\n* This project is licensed under the terms of the MIT license.\n\n## :envelope: Contact\n\n* Repo created by [ABateman](https://github.com/AndrewJBateman), email: gomezbateman@yahoo.com\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewjbateman%2Fvue-app-crypto","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrewjbateman%2Fvue-app-crypto","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewjbateman%2Fvue-app-crypto/lists"}