Skip to content

wejesuss/bitcoinprices

Repository files navigation

Bitcoin Prices


ℹ️ About

See the most traded commodities priced in Bitcoin (BTC).


⁉️ Reason

The reason is to create a long-term view of both scenarios (Fiat or Crypto) and how deflationary Bitcoin is.


🌱 Requirements

To run this project, you will need:


❔ Getting Started

You can access the website or preview/build this project yourself.

First, make sure you have everything installed and you have the API Key from Quandl.

  1. Add your new API Key to your environment variables and name it QUANDL_API_KEY

  2. Clone this repository

git clone https://github.com/wejesuss/bitcoinprices.git && cd bitcoinprices
  1. Install the dependencies
npm install
  1. Set up a new Vercel project
npm start

Vercel CLI will guide you to create the new project. After that, you need to create a new environment variable for your next deployments.

Read more about this here


Now you can run the project locally or deploy it at anytime (preview or production)

To run the server locally (development):

npm run server

You should be able to see the following message: "Available at http://localhost:3000 "

To deploy to preview:

npm start

To deploy to production:

npm run prod

I recommend deleting older deployments after setup steps


🚀 Used Technologies

This project was created with the following technologies

  • HTML
  • CSS (SASS)
  • JavaScript
  • Request (npm package)