This project parses Kepler data to find habitable planets.
npm install kepler-planetsThis project parses Kepler data to find habitable planets.
1. Install package:
``bash`
yarn add kepler-planets
To get the kepler planets data, use the following command:
`bash`
initializePlanetsData
This will execute the script to parse the Kepler data and log the habitable planets found.
- yarn build: Compiles the TypeScript code.yarn dev
- : Runs the main script using ts-node.yarn test`: Runs the tests using Jest.
-