generic-read
v0.1.1
Published
An unified interface to read data from multiple sources
Downloads
3
Readme
generic-reader
Writing node.js projects, I have often had to read files from various sources (file system, http, https). Writing out the code for each was frustrating. I did not want to spend time writing code for the different data sources; I wanted to spend that time building more interesting things!
I thought "one unified interface that I can use all the time would be great". That is what this is.