niian
@7ih
0
RPSRock Paper Scissors online
replit graphql doesnt work
ok so im trying to get profile picture of account from username but when i use graphql i get an error from cloudflare
icon: await fetch("https://replit.com/graphql", {
method: "POST",
headers: {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Encoding": "gzip, deflate, br",
"Connection": "keep-alive",
"X-Requested-With": "any",
"Referrer": "https://repl.it",
"Origin": "https://repl.it"
},
body: JSON.stringify({
query: {userByUsername(username: "${user}") {image}}
})
even if i try from data/profiles i get the same error. why do they have cloudflare protection on their api??
`12
1
0
I created this webchat a few months ago, but never posted it until now. I added a lot of features, such as as private messaging, custom rooms, and eve
Node.js
JenniferCarter Hi! I know this post was a long time ago, but I created an admin, but how do I join as an administrator in the chatroom since it asks for a username.
thanks,
John2 years ago
0
cyberpongSingleplayer is breakout, multiplayer is pong. My first browser game!
44
0
0
61
chatMy very own chat room! I've spent a few months working on this, so I'd appreciate any support.
983
87
61
7ih almost 200 forks wow. thats kinda insane. i am currently working on a rock paper scissors multiplayer website but its taking me a while because i'm not as motivated... but it will be much more neat than this (and maybe i'll actually add proper mobile support lol)
i appreciate all the support guys, its crazy that so many people have seen my project that I worked so hard on ;] (even if it has many flaws)8 months ago
Does your HTML5 browser game still not have any menus?
Well, this is a solution! It's not the best solution... but it's still a solution nonetheless!
HTML, CSS, JS