Node script that takes currency pairs and returns a chart using Plotly charts and AlphaVantage data
- go to: AlphaVantage and sign up for an api key
- go to: Plotly and sign up for an api key
- create a .env file in the root and add the keys there
- run
npm i
- run
npm start
which indirectly callshandyCharts.getPic('GBP', 'USD');
- Using free data...
- Create a candlestick chart for FOREX assets
- Then save an image of that chart for later usage ie BOT
- commonJS all the thing(s)
- Parameterize the currency Pairs
- return other types of assets
- axios
- dotenv
- fs
- plotly