See the most traded commodities priced in Bitcoin (BTC).
The reason is to create a long-term view of both scenarios (Fiat or Crypto) and how deflationary Bitcoin is.
To run this project, you will need:
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.
-
Add your new API Key to your environment variables and name it QUANDL_API_KEY
-
Clone this repository
git clone https://github.com/wejesuss/bitcoinprices.git && cd bitcoinprices
- Install the dependencies
npm install
- 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
This project was created with the following technologies