kepler-planets
v0.0.9
Published
This project parses Kepler data to find habitable planets.
Readme
Planets Project
This project parses Kepler data to find habitable planets.
Installation
- Install package:
yarn add kepler-planets
Usage
To get the kepler planets data, use the following command:
initializePlanetsDataThis will execute the script to parse the Kepler data and log the habitable planets found.
Available Scripts
yarn build: Compiles the TypeScript code.yarn dev: Runs the main script usingts-node.yarn test: Runs the tests using Jest.
