mirror of
https://github.com/ANG13T/SatIntel.git
synced 2025-12-05 20:40:09 -08:00
Update README.md
This commit is contained in:
10
README.md
10
README.md
@@ -37,11 +37,11 @@ Make an account at [**Space Track**](https://space-track.org) save username and
|
||||
|
||||
Create an account at [**N2YO**](https://n2yo.com) and save API key.
|
||||
|
||||
Update `main.go` to have proper credentials
|
||||
```
|
||||
os.Setenv("SPACE_TRACK_USERNAME", "username")
|
||||
os.Setenv("SPACE_TRACK_PASSWORD", "password")
|
||||
os.Setenv("N2YO_API_KEY", "api-key")
|
||||
The CLI will prompt for both Space Track and N2YO credentials if none are present in your environmental variables. To export your credentials enter the following commands:
|
||||
```bash
|
||||
$ export SPACE_TRACK_USERNAME="YOUR_USER_NAME"
|
||||
$ export SPACE_TRACK_PASSWORD="YOUR_PASSWORD"
|
||||
$ export N2YO_API_KEY="YOUR_API_KEY"
|
||||
```
|
||||
|
||||
To build from source, you will need Go installed.
|
||||
|
||||
Reference in New Issue
Block a user