Coder Social home page Coder Social logo

steamdatabase / steamstat.us Goto Github PK

View Code? Open in Web Editor NEW
76.0 11.0 8.0 1.71 MB

✅ Front-end of Steam services status website

Home Page: https://steamstat.us

License: MIT License

HTML 70.77% JavaScript 2.02% CSS 11.45% TypeScript 15.77%
steam status monitoring

steamstat.us's Introduction

steamstat.us

Frontend.

License: MIT.

Country flags

SVG country flags are from Twemoji which are licensed under CC-BY 4.0.

steamstat.us's People

Contributors

doctormckay avatar pointydev avatar xpaw avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

steamstat.us's Issues

License

Which license have this project?

Add Poland?

Poland (as of MM Server picker):
155.133.243.0-155.133.243.255,
155.133.242.0-155.133.242.255,
155.133.241.0-155.133.241.255,
155.133.240.0-155.133.240.255

Make Steam WebSocket CMs times the same as the client timezone and add support for localization

I live in Brazil, and I realized that the dates which are shown under Steam WebSocket CMs graphics does not match with my computer clock. I am not sure tho which timezone the steamstatus is configured by default.
It would be nice to make the dates and time the same as the client timezone.

Also, adding support for localization would be amazing, since there aren't a lot of strings to translate.

SteamChina/Perfect World CS:GO & DOTA 2 Connection Managers

215218npnff19081pzqqq0
I discovered through Fiddler that the Perfect World CS:GO launcher is already based on SteamChina rather than Steam.

(There is also evidence that on May 30th, when playing Perfect World CS:GO on Steam, there will be a problem that it is incorrectly included in the anti-addiction system, and the CS:GO launcher is not affected. https://www.weibo.com/5980136393/J4uYow31S)

https://api.steampowered.com/ISteamDirectory/GetCMList/v0001/?cellid=0&format=vdf&launcher=4&steamrealm=steamchina

Since the three CS:GO data centers in Mainland China are all servers dedicated to Perfect World CS:GO, I suggest adding SteamChina’s CM to Steam Status. Because It is already in use.

The CellID of "China - Shanghai" is 47.
https://api.steampowered.com/ISteamDirectory/GetCMList/v1/?cellid=47&steamrealm=steamchina

Can I set up a mirror website in China?

CLOUDFLARE Free Plan is not friendly to China Network.
There is now a service similar to GitHub Pages in China, Coding Pages.
Their server is deployed in Hong Kong.
Maybe you can sign up for an account? But it does not seem to be in English.

Remove the leading 0 in refresh timer

Explicitly coded into the update timer is this leading 0.

time_element.textContent = --secondsToUpdate < 10 ? '0' + secondsToUpdate : secondsToUpdate;

I believe it looks slightly better to leave this out [ignore colour difference] as this has a more natural feel to it.
image

Where as how it currently is does not convey this feeling
image

SteamChina CM

Hello, xPaw

When I use -dev -steamchina to access SteamChina, I found that the CM address for SteamChina appears in config.vdf.

cm1-sha1.cm.wmsjsteam.com:443
cm1-sha1.cm.wmsjsteam.com:27020
cm1-sha1.cm.wmsjsteam.com:27021
cm1-sha1.cm.wmsjsteam.com:27022

I checked the IP, it is completely different from CM<_01-06_>-SHA.cm.steampowered.com.
The server of cm1-sha1.cm.wmsjsteam.com is located in Shanghai, and the server of CM<_01-06 _>-SHA.cm.steampowered.com is located in Wuxi, Jiangsu Province.

I want to know which CM is Shanghai on Steam Status?
Then can you add another one that is not added? After all, they are different.
I researched it, but unfortunately I do n’t know how to use https://api.steampowered.com/ISteamDirectory/GetCMList/v1

Thanks!

invalid link in /not_an_api.json: steamdb.info/faq/#steamstatus should be #do-you-have-an-api-for-steamstat-us

Hey,

I was randomly looking and noticed an extremely minor issue that maybe you'd want to know about (if not just close this). I'd send you a PR but I haven't found the repo for neither the api backend nor steamdb.info, so here's an issue instead, in the most closely related repo.

$ curl -s 'https://vortigaunt.steamstat.us/not_an_api.json' | jq .notice
"Do not use this, this is not a public API. See https://steamdb.info/faq/#steamstatus"

But the link is https://steamdb.info/faq/#do-you-have-an-api-for-steamstat-us

No, I'm not gonna use it as an API (I don't even need to know the status). I was just looking through the SteamDatabase repos to find if there was one for steamdb.info, I saw one for steamstat.us, but I was puzzled why only HTML, where does the data come from, and in F12/Network I saw the non-api call, then the notice, then the broken link and went on to read the FAQ.

Anyways, good stuff all around, from reversing, monitoring for changes, exposing the data. Thanks for all your work!

Cheers

Guangzhou & Tianjin CM

Hello, Pavel.

Guangzhou CM is can & pwg
Tianjin CM is tsn & pwj

pw*: Its actual use is unknown.
It was once available for the worldwide server, but was not available after an update.
And I have never used these in actual use(auto). After sdr was deleted, I couldn't force it.

And pwu is Shijiazhuang; pww & wuh is Wuhan; pwz is Jiaxing.

Maybe only players in nearby areas will use these SDR servers

The only thing I can confirm is that sha, can and tsn are dedicated to perfectworld servers.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.