My first fetching attempt using axios, npm, yarn, node and typescript.
- General Info
- Technologies Used
- Features
- Setup
- Usage
- Project Status
- Room for Improvement
- Acknowledgements
- Contact
- 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.
- 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
- Fetching pricing data for the following assets: ETH, AAVE, BTC, UNI.
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
To see current BTC price open folder with READ.md and run following commands:
tsc
node ./built/main.js
Project is: waiting for review
- review awaiting
- This project was inspired by @hatskier & RedStone Finance
- This project was based on:
- Main tutorial
- Nodejs basic
- Conventional commits
- Axios tutorial
- Typescript basic
- Migrating to typescript tutorial
- Wrigting README tutorial
- Band Oracles documentation
- Fetching data from coingeco
Created by @wuluxBOSS - feel free to contact me!