This API enables you to determine when a given orbital satellite will likely be reachable from a ground station.
The API is deployed and available on the internet at this URL
- Clone the server to your local machine
- Run
yarn install
- Run
yarn start
(production mode) oryarn run dev
(dev mode)
Run the server: yarn start
Run the server in dev mode: yarn run dev
Run tests: yarn test
or yarn run test:watch
to run the tests while you're developing
Run: git push heroku master