Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chris-aqui/nasa-exoplanet-project

NASA Exoplanet Project using Kepler Data
https://github.com/chris-aqui/nasa-exoplanet-project

csv csv-parser javascript nodejs

Last synced: 2 days ago
JSON representation

NASA Exoplanet Project using Kepler Data

Awesome Lists containing this project

README

        

# NASA-Exoplanet-Project

To run project type `node index.js` in the terminal

Small app to find list of habitable Planets from Kepler KOI Table

Console OutPut:

```
[
'Kepler-1652 b',
'Kepler-1410 b',
'Kepler-296 f',
'Kepler-442 b',
'Kepler-296 e',
'Kepler-1649 b',
'Kepler-62 f',
'Kepler-452 b'
]
8 habitable planets found!
```