I want to fetch data from a live csv file that is continuously being updated. I have fetched data using axios from an api JSON file, but have never done it with a csv file. I have heard that creating a consumption endpoint to do this works well. How can I do this using node.js and react native?
↧