Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hex3928 committed May 16, 2022
1 parent 8df0ca8 commit fd5cdc5
Show file tree
Hide file tree
Showing 27 changed files with 3,281 additions and 360 deletions.
19 changes: 15 additions & 4 deletions README.md
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

[![latest build](https://github.com/hex3928/spacexkit/actions/workflows/main.yml/badge.svg)](https://github.com/hex3928/spacexkit/actions/workflows/main.yml)
24 changes: 13 additions & 11 deletions index.html
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>
Loading

0 comments on commit fd5cdc5

Please sign in to comment.