Space objects is a catalog of objects in earth orbit with a free to use API built in Express with Ejs.
- Clone this repository to a folder in your computer
- Create a
.env
file and addST_USERNAME
andST_PASSWORD
and put your Space-Track.Org username and password in them. - (optional) Add a port to the
.env
file by adding aPORT
key and setting it to the port you want space-objects to run in (default is 8080) - Run
npm install
- Run
npm start