First band oracles fetcher

My first fetching attempt using axios, npm, yarn, node and typescript.

Table of Contents

General Information

  • My training project, first steps using npm, yarn, axios, node and typescript.
  • Project is fetching pricing data for the following assets: ETH, AAVE, BTC, UNI.
  • It is a preparation for future tasks for RedStone.

Technologies Used

  • typescript - version 4.9.3
  • npm - version 8.19.2
  • yarn - version 1.22.19
  • axios - version 1.2.0-alpha.1
  • node - version v16.18.1

Features

  • Fetching pricing data for the following assets: ETH, AAVE, BTC, UNI.

Setup

Download missing components: npm install -g npm sudo npm install -g yarn. npm install -g typescript sudo apt-get install nodejs=16.18.1 npm init -y npm i axios@1.2.0-alpha.1

Compare installed versions: node -v npm -v tsc -v npm list -g

Usage

To see current BTC price open folder with READ.md and run following commands:

tsc node ./built/main.js

Project Status

Project is: waiting for review

Room for Improvement

  • review awaiting

Acknowledgements

Contact

Created by @wuluxBOSS - feel free to contact me!