fix: updated wrongful site data & name in addition with node package name

This commit is contained in:
Anda Toshiki 2024-08-24 08:15:20 -07:00
parent 3468d7015f
commit caf84d26b1
Signed by: andatoshiki
GPG Key ID: 443A8FB634CF898D
2 changed files with 5 additions and 5 deletions

4
package-lock.json generated
View File

@ -1,11 +1,11 @@
{ {
"name": "opwngrid-frontend", "name": "shikigrid-frontend",
"version": "1.0.0", "version": "1.0.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "opwngrid-frontend", "name": "shikigrid-frontend",
"version": "1.0.0", "version": "1.0.0",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {

View File

@ -27,7 +27,7 @@
$.get("https://grid-api.toshiki.dev/api/v1/total", function (data) { $.get("https://grid-api.toshiki.dev/api/v1/total", function (data) {
$.get("https://grid-api.toshiki.dev/api/v1/total/aps", function (data2) { $.get("https://grid-api.toshiki.dev/api/v1/total/aps", function (data2) {
document.getElementById("landString").innerHTML = document.getElementById("landString").innerHTML =
`<b>${data.total}</b> total units joined oPwnGRID so far <br>from <b>${data.countries}</b> different countries <br>with <b>${data2.total}</b> total APs reported.`; `<b>${data.total}</b> total units joined shikigrid so far <br>from <b>${data.countries}</b> different countries <br>with <b>${data2.total}</b> total APs reported.`;
//console.log(data) //console.log(data)
}) })
}); });
@ -121,7 +121,7 @@
<!-- First row, containing only the header --> <!-- First row, containing only the header -->
<div class="row"> <div class="row">
<div class="col text-center"> <div class="col text-center">
<h1>oPwnGRID - Homepage</h1> <h1>Shikigrid - Homepage</h1>
</div> </div>
</div> </div>
@ -129,7 +129,7 @@
<div class="row"> <div class="row">
<div class="col-6"> <div class="col-6">
<p> <p>
Welcome to Opwngrid. A remake of the pwnagotchi API that is faster, better, cooler. Have a look around. Let us know if encounter any errors <a href="https://github.com/rai68/Shikigrid-server/issues">here</a> Welcome to shikigrid. A remake of the pwnagotchi API that is faster, better, cooler. Have a look around. Let us know if encounter any errors <a href="https://github.com/rai68/Shikigrid-server/issues">here</a>
</p> </p>
</div> </div>