Skip to content

In this project I fetched data from Nomics Cryptocurrency Bitcoin API.

Notifications You must be signed in to change notification settings

anandpatel504/Nomics-Cryptocurrency-Bitcoin-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nomics-Cryptocurrency-Bitcoin-API

In this project, I fetched the data from Nomics Cryptocurrency Bitcoin API and stored the data in MySQL database. for this API I used the Express framework of NodeJS, Knex query builder and Axios which is a promise-based HTTP client that works both in the browser and in a node.js environment.

Requirements

If you're using Linux-based OS, install the latest version of Nodejs and npm, by typing the following commands on your terminal.

sudo apt update
sudo apt install build-essential apt-transport-https lsb-release ca-certificates curl

Then, for the Latest release (version 12), add this PPA, by typing the following command on your terminal

curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
sudo apt install nodejs

Now, you need to install necessary dependencies using npm (node-package-manager), open your termial, and first type
npm init to initialize package.json file. Then, type

   npm install express
   npm install knex
   npm install axios

Next, you've to install mysql-database into your system. For this, write these following commands on your terminal.

   sudo apt-get update
   sudo apt-get install mysql-server

About

In this project I fetched data from Nomics Cryptocurrency Bitcoin API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published