This project is to display a list of coins that have been listed on the Coin Market Cap (CMC)
This section should list any major frameworks/libraries used to bootstrap your project. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.
This is an example of how to list things you need to use the software and how to install them.
- npm
npm install npm@latest -g
- NodeJs
- Tailwind
- DaisyUi
- Get a free API Key at https://coinmarketcap.com/api/documentation
- Clone the repo
https://github.com/rendy-ptr/cmc-coin-rank.git
- Install NPM packages
npm install
- Enter your API in
.env
For Example.env.example
COIN_MARKET_CAP_API_KEY = "ENTER YOUR API";