Skip to content
Open navbar menu
Sign UpLog In
Profile icon

ShluffyMonster

@ShluffyMonster
  • Shiny Hunting Simulator

    Cover page
    Made with Node.js

    A realistic shiny hunting simulator with different options for pokemon.

    Recent comments (0)
Repls
Community
ShluffyMonster
ShluffyMonster
published a Repl
2 years ago
0
Shiny Hunting Simulator
Shiny Hunting SimulatorA realistic shiny hunting simulator with different options for pokemon.
ShluffyMonster
ShluffyMonster
published a Repl
2 years ago
1
Pokemon Adventure - Featuring The Mosaur Region
ShluffyMonster
ShluffyMonster
shared a Post
2 years ago
Can I save stuff on replit using it as a server, and how
^. How can I save data on replit, and can it be changed, accessed, etc.
OldWizard209
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
ShluffyMonster
ShluffyMonster
published a Repl
2 years ago
0
AdvancedParagraph
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.
ShluffyMonster
ShluffyMonster
shared a Post
2 years ago
^. 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
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
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
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
ShluffyMonster
ShluffyMonster
shared a Post
2 years ago
How does using a custom domain work? I may be able to have my site made using replit rather then github
Coder100
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