Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add rocketlaunch.live free API example #160

Merged
merged 6 commits into from
Mar 18, 2024
Merged

Commits on Mar 14, 2024

  1. add rocketlaunch.live free API example

    The free API returns data on the next 5 scheduled rocket launches. One of the nice features of this API is any key:value that does not have data will return a string of "None".  This almost eliminates all key:value errors.
    DJDevon3 committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    96a1380 View commit details
    Browse the repository at this point in the history
  2. pre-commit, black, pylint

    seems like it wants these changes but might still fail on pylint and unsure why.
    DJDevon3 committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    40e0c17 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Changed to Connection Manager

    refactored with Connection Manager, added pretty hierarchy serial view.
    DJDevon3 committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    ac1e119 View commit details
    Browse the repository at this point in the history
  2. ran isort manually

    This is going to be  thing now.
    DJDevon3 committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    fb7fced View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef79fed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c11f491 View commit details
    Browse the repository at this point in the history