Skip to content

chakrakan/space-exploration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Space Exploration

Playing around with Deno stdlib to sift through Kepler Expolanets data.

Installation

  1. Ensure you have Deno installed: https://deno.land/
  2. In the terminal, run: deno run --allow-read mod.ts

Notes

  • This implementation is up-to date with the most recent version of Deno (1.5) and should have most types declared
  • There's a bug with the current Deno's http/server when using unversioned imports. This causes BufReader from the io/bufio module to throw errors as they are thought to have differing type definition for the private variable buf as to the one utilized in parse from the encoding/csv module. This is either circumvented for now using any type, or using versioned imports like in this repo.
  • We can find exoplanets most similar to Earth along with ones with the shortest/longest oribtal periods

This was done for learning purposes as part of a Deno course

About

πŸš€ A little space-exploration using Deno

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published