Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/krazete/sgmnow
A schedule summary of current Skullgirls Mobile events.
https://github.com/krazete/sgmnow
game google-charts google-sheets mobile skullgirls timezone
Last synced: 8 days ago
JSON representation
A schedule summary of current Skullgirls Mobile events.
- Host: GitHub
- URL: https://github.com/krazete/sgmnow
- Owner: Krazete
- Created: 2023-04-11T11:12:10.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-22T17:01:13.000Z (about 1 month ago)
- Last Synced: 2024-12-22T17:33:33.310Z (about 1 month ago)
- Topics: game, google-charts, google-sheets, mobile, skullgirls, timezone
- Language: JavaScript
- Homepage: https://krazete.github.io/sgmnow
- Size: 264 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Skullgirls Mobile Live Schedule
A site to quickly check current events and score histories in Skullgirls Mobile.
Powered by my [SGM Score Cutoffs](https://docs.google.com/spreadsheets/d/1hpmUc__uYo0-tq10tampy7CDIfALn6N5_sMELTBlTOs/edit#gid=814198727) sheet and [Google Chart API](https://developers.google.com/chart).
I made this to be fast, accessible, and accurate. It should never be out of date and it will tell you itself if it is, even when offline.
---
More details of the website's functions and considerations follow below.
- The website automatically updates at SGM's reset time whether the page is refreshed or not.
- This is possible despite normal API staleness due to an Apps Script trigger which forces the sheet to update at reset time every day, which in turn forces the API to make a fresh request.
- The website detects timezone changes, so it won't be delayed by Daylight Saving Time transitions.
- The sheet and script are both set to Pacific Time like the game is, so the data source won't be delayed either.
- A timestamp displays when the website was last updated.
- Staleness is indicated by a sepia filter and a yellow timestamp.- Any data you load will be saved to local storage for future use.
- This allows the website to be used offline.
- Offline mode is indicated by a black background and a note next the the timestamp.
- This makes any subsequent visits significantly faster.
- A request for new data will be made anyway to ensure fresh data, but the saved data will be shown immediately in the meantime.- The website is installable as a Progressive Web App.
- You can add it to your phone's home screen.
- It has my other sites and official links at the bottom, so it's a pretty useful hub of SGM info.