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.
- Host: GitHub
- URL: https://github.com/kylejb/space-station-tracker
- Owner: kylejb
- Created: 2021-02-17T23:09:02.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-30T19:37:51.000Z (about 1 year ago)
- Last Synced: 2025-06-06T18:14:56.380Z (about 1 year ago)
- Topics: international-space-station, nasa, react, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://www.whereisthespacestation.com
- Size: 19.3 MB
- Stars: 7
- Watchers: 0
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: docs/README.md
- Contributing: docs/CONTRIBUTING.md
- Code of conduct: docs/CODE_OF_CONDUCT.md
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/).