Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 6 days ago
JSON representation
NASA Exoplanet Project using Kepler Data
- Host: GitHub
- URL: https://github.com/chris-aqui/nasa-exoplanet-project
- Owner: chris-aqui
- Created: 2023-01-22T21:52:57.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-19T12:14:08.000Z (over 1 year ago)
- Last Synced: 2024-12-07T00:07:28.156Z (2 months ago)
- Topics: csv, csv-parser, javascript, nodejs
- Language: JavaScript
- Homepage:
- Size: 1.09 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!
```