Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jamescullum/vct-liveticker
Ticker PWA for the Valorant Champions Tour
https://github.com/jamescullum/vct-liveticker
cloudflare firebase valorant
Last synced: 24 days ago
JSON representation
Ticker PWA for the Valorant Champions Tour
- Host: GitHub
- URL: https://github.com/jamescullum/vct-liveticker
- Owner: JamesCullum
- Created: 2022-02-13T09:41:27.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-23T13:17:10.000Z (over 1 year ago)
- Last Synced: 2024-12-14T18:44:04.026Z (about 1 month ago)
- Topics: cloudflare, firebase, valorant
- Language: JavaScript
- Homepage: https://vct-liveticker.pages.dev/
- Size: 480 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# VCT Liveticker - Frontend
The VCT Liveticker is a [progressive web app](https://en.wikipedia.org/wiki/Progressive_web_application), optimized for mobile usage,
allowing you to track current matches of the [Valorant Champions Tour](https://www.vct.gg/) and receive push notifications for the latest updates.**Current Features**
* **Installable PWA:** Add the page to your mobile phone homescreen and use it like a standalone app. [Find out how](https://browserhow.com/how-to-add-to-home-screen-shortcut-links-with-chrome-android/)
* **Completely free**, no advertisement
* **No registration needed:** The browser creates a unique, anonymous identifier simply by granting notification permission
* **Hot reload:** The website automatically stays up-to-date all the time, automatically refreshing once new data is available. No need to manually reload the app.
* **Push notifications:** Subscribe to your favorite events and receive the new results via push notification on desktop or phone. Subscribe to matches and receive live updates on the current scoreline.
* **Filters:** Filter for your favorite regions and focus on what you care about
* **Personalized Feed:** We move to the front what matters to you the most. Events and matches you subscribe are always on top. Matches are sorted by the time distance
* **Optimized for mobile:** Smooth experience on the phone and smaller screens, very little data usage needed.## Screenshots
**Desktop View**
**Mobile View**
## How to contribute
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/JamesCullum/vct-liveticker)
This frontend consists of static HTML and javascript pages using Firebase for messaging and database.
*Pull requests are more than welcome.*