Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 763 Bytes

File metadata and controls

28 lines (22 loc) · 763 Bytes

CryptView

Crypto Currency Chart Viewer

Front Page

Front Page

Chart Page

Chart Page

Installation

Clone the repository:
git clone https://github.com/TonyErazo/CryptView.git

Go into the directory:
cd cryptview

Update the node_modules packages:
npm install

Add environment variables, create a new file named .env and add the following:

.env:
API_KEY=[YOUR_API_KEY_HERE]
API_SECRET=[YOUR_API_SECRET_HERE]

Launch

Run the application:
npm start