Skip to content

Commit

Permalink
v0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
CarcajadaArtificial committed Mar 24, 2024
1 parent 1725d14 commit 66d5b34
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changelog

## v0.0.7
## v0.0.8

- Fixed alpine templating errors.
- Added README and project description.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Start.gg Data Viewer

Hello and welcome third-party startgg developer. This is a simple and useful site for exploring the list of videogames and characters supported. The data displayed in this site are directly obtained from the [videogames api](api.start.gg/videogames) and the [characters api](api.start.gg/videogames).

Thank you.
13 changes: 12 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,18 @@
<template x-if="!urlParams.has('videogameId') && !urlParams.has('characterId')">
<div class="p-8 bg-slate-800 flex flex-col gap-8">
<div>
<h1 class="text-4xl text-slate-200 font-bold">Start.gg Data Viewer</h1>
<h1 class="text-4xl text-slate-200 font-bold pb-4">Start.gg Data Viewer</h1>
<div class="text-slate-50 w-96 flex flex-col gap-2">
<p>Created by <a class="text-sky-300 underline" href="https://github.com/CarcajadaArtificial">Oscar Alfonso Guerrero</a></p>
<p>
Hello and welcome third-party startgg developer. This is a simple and useful site for
exploring the list of videogames and characters supported. The data displayed in this site
are directly obtained from the
<a class="text-sky-300 underline" href="https://api.start.gg/videogames">videogames api</a> and the
<a class="text-sky-300 underline" href="https://api.start.gg/characters">characters api</a>.
</p>
<code class="text-slate-500">version 0.0.8</code>
</div>
</div>
<div>
<h2 class="text-2xl text-slate-200 font-bold">Videogames</h2>
Expand Down

0 comments on commit 66d5b34

Please sign in to comment.