Skip to content

Fetching Cryptocurrency API data from CoinMarketCap.com using React Js, Node Js, and Axios

License

Notifications You must be signed in to change notification settings

90PabloRomero/coinmarketcap-api

 
 

Repository files navigation

CoinMarketCap-API

I have created a sample ReactJS code that uses CoinMarketCap's free crypto API to get the real-time cryptocurrency and exchange trade data for Bitcoin, Etherium, and other cryptocurrencies. Take a look at the preview of this App.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

Make sure you have npm or yarn package manager installed.

Installing

After cloning or downloading the zip file for this repository, run the following command in the parent directory

npm install

or

yarn install

Running the App

Running the command "YARN START" or "NPM START" will start the app but, since we are using Express Server as a back-end for this project, we need to run the Express server before starting the app. We will use the package 'Concurrently' to start the server and the app using following command

npm dev

or

yarn dev

Deployment

Will add additional notes about how to deploy this on a live system

Built With

  • ReactJS - The JavaScript Library
  • ExpressJS - Web Framework for Node.js
  • nodemon - utility that will monitor your code for changes
  • Bootstrap - HTML, CSS and JS library to create UI

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgements

About

Fetching Cryptocurrency API data from CoinMarketCap.com using React Js, Node Js, and Axios

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.2%
  • HTML 6.4%
  • CSS 5.4%