All Projects β†’ odziem β†’ nasa-deno

odziem / nasa-deno

Licence: other
Deno NASA Mission Control Project

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects
Dockerfile
14818 projects

Labels

Projects that are alternatives of or similar to nasa-deno

prettyBenching
πŸ¦• A small lib to make your Deno benchmarking progress and results look pretty
Stars: ✭ 23 (+35.29%)
Mutual labels:  deno
cli badges
Generate Badges for your CLI written in πŸ¦• Deno and TS
Stars: ✭ 20 (+17.65%)
Mutual labels:  deno
Uwuifier-node
This repository contains the Uwuifier package! It's written in Deno with TypeScript and compiled into JavaScript for NPM, makes use of Jest for testing the code and is deployed on NPM and https://deno.land.
Stars: ✭ 48 (+182.35%)
Mutual labels:  deno
ssvm-deno-starter
A template project to run Rust functions in Deno through the Second State WebAssembly engine.
Stars: ✭ 50 (+194.12%)
Mutual labels:  deno
deno desktop
Windowing support for Deno WebGPU.
Stars: ✭ 49 (+188.24%)
Mutual labels:  deno
drink-if-exists
🍷 The NPM drinking game recreated and cli-ified with Deno
Stars: ✭ 18 (+5.88%)
Mutual labels:  deno
now-deno-example
A demo application of now-deno and deno-postgres.
Stars: ✭ 30 (+76.47%)
Mutual labels:  deno
sherlock-deno
πŸ•΅οΈ Find usernames across 350+ websites & social networks - written in TypeScript and run via Deno
Stars: ✭ 19 (+11.76%)
Mutual labels:  deno
deno-canvas
Canvas API for Deno, ported from canvaskit-wasm (Skia).
Stars: ✭ 124 (+629.41%)
Mutual labels:  deno
pbkit
protobuf toolkit for typescript and others
Stars: ✭ 173 (+917.65%)
Mutual labels:  deno
scuttlesaurus
retog.github.io/scuttlesaurus/
Stars: ✭ 21 (+23.53%)
Mutual labels:  deno
deno deploy versailles
凑尔衛语录(ιƒ¨η½²εœ¨ Deno Deploy)
Stars: ✭ 18 (+5.88%)
Mutual labels:  deno
deno-debug
Debugging utility for deno. Ported from https://npmjs.com/debug
Stars: ✭ 15 (-11.76%)
Mutual labels:  deno
slack-web-api
Simple, convenient, and configurable HTTP client for making requests to Slack’s Web API. Deno port of @slack/web-api
Stars: ✭ 16 (-5.88%)
Mutual labels:  deno
deno-auth
User authentication implemented in Deno in accordance with MVC architecture
Stars: ✭ 24 (+41.18%)
Mutual labels:  deno
hatcher
🐣 Registries toolbox & update notifications for your CLI
Stars: ✭ 14 (-17.65%)
Mutual labels:  deno
deno2node
Compile your Deno project to run on Node.js.
Stars: ✭ 66 (+288.24%)
Mutual labels:  deno
nhttp
An Simple http framework for Deno, Deno Deploy and Cloudflare Workers. so hot πŸš€
Stars: ✭ 26 (+52.94%)
Mutual labels:  deno
dndb
A Deno πŸ¦• persistent, embeddable and optimized NoSQL database for JS & TS
Stars: ✭ 64 (+276.47%)
Mutual labels:  deno
pipelinit-cli
Automatically generates pipelines for your project.
Stars: ✭ 36 (+111.76%)
Mutual labels:  deno

NASA Mission Control Deno Project

Installation

  1. Ensure you have Deno installed: https://deno.land/
  2. In the terminal, run: deno run -A Drakefile.ts start

Development

  1. Install denon: deno run -A Drakefile.ts denon-install
  2. In the terminal, run: deno run -A Drakefile.ts denon

Docker Compose

  1. Ensure you have the latest version of Docker and Docker Compose installed
  2. Run docker-compose up --build api

Backend API

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

Front End

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

Locking Dependencies

After adding a dependency, run deno run -A Drakefile.ts cache to update the local module cache and create a corresponding lock file. This lock file can then be added to the repository.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].