About the project

In this repository i will handle a few core module of nodeJs , aiming to better handling theses modules. For this, we have downloaded real Kepler satellites data from the NASA in CSV format. We receive a buffer stream and we parsing it in a array of object. When with some easy understandig conditions we can try to find wich exo-planet is probably habitable in the console.

Running the code

run with nodemon

$ npm run dev

run once

$ npm start