An open API service indexing awesome lists of open source software.

https://github.com/kylejb/space-station-tracker

ISS viewing opportunities based on user location.
https://github.com/kylejb/space-station-tracker

international-space-station nasa react tailwindcss typescript

Last synced: 12 months ago
JSON representation

ISS viewing opportunities based on user location.

Awesome Lists containing this project

README

          

# Space Station Tracker

Guidelines for supporting https://www.whereisthespacestation.com.

## Development

The following commands should be executed from the project's **root** folder.

### Requirements

- NodeJS >= 22.x
- npm >= 10.x

### Local development

1. Install dependencies for server and web: `npm install`

2. Start all services locally: `npm run dev` (dev) or `npm start` (prod)

- API: will be available on [localhost:9000](http://localhost:9000/).

- WEB: will be available on [localhost:3000](http://localhost:3000/).