Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 622 Bytes

File metadata and controls

11 lines (9 loc) · 622 Bytes

Planet_Exploration

A Node application to explore the planets which are habitable beyond our solar system.

Data Source

Our application used the data publically provided by NASA Kepler's Data of planets
We are simply using some factors that makes planet habitable and simply list out those planets.

Learnings

  1. How to use different modules in node and importing and exporting modules.
  2. Using npm to install csv-parse package and use it.
  3. Handling Event Emitter on different events like data, error, end.