export MSTR_KEY=your-key
- v0.0.
https://docs.google.com/document/d/1kHl-8kAHFJYpSZgQEpayMFwUg9T_cRv4bVblBfgc2tU
npm init -y
npm install typescript
npm install -g ts-node
put this line into a file called index.ts
console.log("hello world")
run it with
ts-node index.ts
npm install axios
npm install crypto
npm install dayjs
…
npm install csv-parse
clear && ts-node index.ts ←-to run it
Command 'tsc' not found, but can be installed with: sudo apt install node-typescript
Using Environment Variables in TypeScript with dotenv | by Sushant | Medium https://medium.com/@sushantkadam15/using-environment-variables-in-typescript-with-dotenv-dc0c35939059