-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
hex3928
committed
May 16, 2022
1 parent
8df0ca8
commit fd5cdc5
Showing
27 changed files
with
3,281 additions
and
360 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,21 @@ | ||
# SpaceXKit | ||
<h1 align="center">SpaceXKit</h1> | ||
|
||
Frontend for a public SpaceX data API | ||
-------------------------------------------------- | ||
|
||
<h2 align="center">An open source kit for browsing SpaceX's launch, rocket, core, capsule, starlink, launchpad, roadster and landing pad data.</h2> | ||
|
||
Browse SpaceX's latest launches, learn about their ships and rockets, browse crew members and more | ||
<h3 align="center">Browse SpaceX's latest launches, learn about their ships and rockets, browse crew members and more</h3> | ||
|
||
> `dist/` renamed to `docs/` because of GitHub pages | ||
<h2 align="center"><a href="https://hex3928.github.io/spacexkit/">Hosted here</a></h2> | ||
|
||
*We are not affiliated, associated, authorized, endorsed by, or in any way officially connected with Space Exploration Technologies Corp (SpaceX), or any of its subsidiaries or its affiliates. The names SpaceX as well as related names, marks, emblems and images are registered trademarks of their respective owners.* | ||
|
||
> Using Vue 3 + TailwindCSS | ||
> build located at `docs/` (because of GitHub pages) | ||
-------------------------------------------------- | ||
|
||
Using [r-spacex/SpaceX-API](https://github.com/r-spacex/SpaceX-API) under the hood | ||
|
||
[](https://github.com/hex3928/spacexkit/actions/workflows/main.yml) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,16 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>SpaceXKit</title> | ||
<meta name="description" content="Browse SpaceX's latest launches, learn about their ships and rockets, browse crew members and more"> | ||
</head> | ||
<body> | ||
<div id="app"></div> | ||
<script type="module" src="/src/main.js"></script> | ||
</body> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>SpaceXKit</title> | ||
<meta name="description" content="Browse SpaceX's latest launches, learn about their ships and rockets, browse crew members and more"> | ||
|
||
<link rel="stylesheet" href="https://rsms.me/inter/inter.css"> | ||
</head> | ||
<body> | ||
<div id="app"></div> | ||
<script type="module" src="/src/main.js"></script> | ||
</body> | ||
</html> |
Oops, something went wrong.