Skip to content

🚀 NASA Mission Control Deno Project with Oak middleware

Notifications You must be signed in to change notification settings

adityanjr/nasa-deno

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NASA Mission Control Deno Project

Installation

  1. Ensure you have Deno installed: https://deno.land
  2. Make sure to install v.1.0.0
  • Shell: curl -fsSL https://deno.land/x/install/install.sh | sh -s v1.0.0
  • Powershell: $v="1.0.0"; iwr https://deno.land/x/install/install.ps1 -useb | iex
  1. In the terminal, run: deno run --allow-read --allow-net mod.ts

Backend API

Ensure the backend is running by making a request to http://localhost:8080/

Front End

Browse to the Mission Control front end at http://localhost:8080/index.html and schedule an interstellar mission launch!

Preview

Locking Dependencies

After adding a dependency, run deno run -A mod.ts cache to update the local module cache and create a corresponding lock file.

API

Exoplanets API : https://exoplanetarchive.ipac.caltech.edu/docs/data.html

About

🚀 NASA Mission Control Deno Project with Oak middleware

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published