https://github.com/fabiconcept/my_coinmarket
https://github.com/fabiconcept/my_coinmarket
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/fabiconcept/my_coinmarket
- Owner: fabiconcept
- Created: 2022-07-20T01:59:31.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-03T17:33:06.000Z (over 2 years ago)
- Last Synced: 2025-03-29T05:41:28.340Z (about 2 months ago)
- Language: JavaScript
- Size: 459 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Coinmarket Clone
## StoryBoard
I'm building a coinmarket_cap clone or my personal Project.
I chose this project specifically because of the challenges i faced while building the weather app (another personal), I had issues with handling to promise from the api request response. So far i've really grasp the concept and application of most issues i aimed to tackle in this project.
i hope i encounter 1000 bugs 🐞🐞
## View Site
https://sparkly-fox-4bd131.netlify.app/
## API Reference
```http
https://api.coingecko.com/api/v3/coins/markets?vs_currency=ngn&order=market_cap_desc&per_page=100&page=1&sparkline=false
https://api.coingecko.com/api/v3/simple/supported_vs_currencies
https://api.coingecko.com/api/v3/search/trending
```| Parameter | Type | Description |
| :-------- | :------- | :------------------------- |
| `null` | `rest api` | A free open source api from coingecko |