ShluffyMonster
@ShluffyMonster
0
Shiny Hunting SimulatorA realistic shiny hunting simulator with different options for pokemon.
14
0
0
1
34
0
1
^. How can I save data on replit, and can it be changed, accessed, etc.
OldWizard209 use the replit database
https://docs.replit.com/tutorials/11-using-the-replit-database#database
U can use it for free, and on the cloud2 years ago
0
AdvancedParagraphA fun paragraph to play with. https://github.com/shluffy/advancedparagraph/ - https://shluffy.github.io/AdvancedParagraph will be updated more often. this i=may be behind.
Search shluffy on github.
0
0
0
^. this ties in with a project I am working on, to allow you to sign in using your scratch account, for a more personalized experience
ShluffyMonster okay, how would I pull from the api. people can set a cloud variable and can use that to verify they are who they say2 years ago
JakeHu2020 You can just scrape data from scratch.mit.edu, and check if some specific part of the page has their username in it2 years ago
Chiroyce I made a repl that shows how you can do this, but it isn't configured to run with a back-end yet ...https://replit.com/@Chiroyce/User-Authentication-Scratch-30 and also scratch doesn't have it's own API for this2 years ago
How does using a custom domain work? I may be able to have my site made using replit rather then github
Coder100 Custom domains are a two-step process.
First, you buy the domain -- this can be located on whois.
Then, you link the domain to your server, this is through DNS. When you click the pencil button (used to link custom domains), you enter in your domain, and you are given a DNS. Add this CNAME DNS to whatever your host is with the domain you typed. And that is all.2 years ago