/space-objects

catalog of objects in earth orbit

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Space-objects

Space objects is a catalog of objects in earth orbit with a free to use API built in Express with Ejs.

Installation

  1. Clone this repository to a folder in your computer
  2. Create a .env file and add ST_USERNAME and ST_PASSWORD and put your Space-Track.Org username and password in them.
  3. (optional) Add a port to the .env file by adding a PORT key and setting it to the port you want space-objects to run in (default is 8080)
  4. Run npm install
  5. Run npm start