Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 383 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 383 Bytes

Star Systems

A node.js web application that provides general information on the nearest stars to the earth.

Visit the app here

Sources of data are from:

  1. Nearest stars catalogue
  2. Wikidata

Running the app

Create an .env filling the parameters with respective values:

SUPABASE_URL=...
PUBLIC_ANON_KEY=...

w.i.p.