Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lyrklif/crypto-details
Detailed information about cryptocurrency using public api
https://github.com/lyrklif/crypto-details
api axios crypto cryptocurrency javascript typescript vite vue vue-typescript vue3 vuejs
Last synced: about 1 month ago
JSON representation
Detailed information about cryptocurrency using public api
- Host: GitHub
- URL: https://github.com/lyrklif/crypto-details
- Owner: Lyrklif
- License: mit
- Created: 2022-12-08T21:37:36.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-04T17:33:59.000Z (over 1 year ago)
- Last Synced: 2023-06-04T18:22:18.538Z (over 1 year ago)
- Topics: api, axios, crypto, cryptocurrency, javascript, typescript, vite, vue, vue-typescript, vue3, vuejs
- Language: CSS
- Homepage: https://lyrklif.github.io/crypto-details/
- Size: 1.99 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# crypto-details
Detailed information about cryptocurrency using public api
**What information about cryptocurrency is available:**
- Basic information
- Price chart
- Team
- Exchanges
- Pools
- Markets
- Profile
- Metric
- News
- Youtube videos
- Google trendsScreenshots | Screenshots
:-------------------------:|:-------------------------:
![1](https://user-images.githubusercontent.com/41914434/218876144-56c62e38-ce38-4178-8899-92841c8927ba.png) | ![2](https://user-images.githubusercontent.com/41914434/218876149-0cb8704c-f8cb-41da-8d35-2f0d2132ceb0.png)
![3](https://user-images.githubusercontent.com/41914434/218876156-ae91593e-56a1-4d31-97ad-4ca357f12ee8.png) | ![4](https://user-images.githubusercontent.com/41914434/218876163-cd6f07d2-145d-4d74-af4a-5252a907b29b.png)
![5](https://user-images.githubusercontent.com/41914434/218876165-ebe7339a-7745-4934-8014-10b4d2deeeb9.png) | ![6](https://user-images.githubusercontent.com/41914434/218876166-11ce0f8c-4b88-4109-826d-792571fcd08d.png)
This template should help get you started developing with Vue 3 in Vite.## Recommended IDE Setup
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).
## Type Support for `.vue` Imports in TS
TypeScript cannot handle type information for `.vue` imports by default, so we replace the `tsc` CLI with `vue-tsc` for type checking. In editors, we need [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin) to make the TypeScript language service aware of `.vue` types.
If the standalone TypeScript plugin doesn't feel fast enough to you, Volar has also implemented a [Take Over Mode](https://github.com/johnsoncodehk/volar/discussions/471#discussioncomment-1361669) that is more performant. You can enable it by the following steps:
1. Disable the built-in TypeScript Extension
1) Run `Extensions: Show Built-in Extensions` from VSCode's command palette
2) Find `TypeScript and JavaScript Language Features`, right click and select `Disable (Workspace)`
2. Reload the VSCode window by running `Developer: Reload Window` from the command palette.## Customize configuration
See [Vite Configuration Reference](https://vitejs.dev/config/).
## Project Setup
```sh
yarn install
```### Compile and Hot-Reload for Development
```sh
yarn run dev
```### Type-Check, Compile and Minify for Production
```sh
yarn run build
```### Run Unit Tests with [Vitest](https://vitest.dev/)
```sh
yarn run test:unit
```### Lint with [ESLint](https://eslint.org/)
```sh
yarn run lint
```