nathanTi
@nathanTi
Teen fullstack developer. I mainly use Nodejs, Next.js and Javascript
2
DB ViewerManage your repl's database! View, edit, create and delete keys easily, without any additional configuration.
106
2
2
5
5
upfriendsSign up. Verify your email. Create an account. Chat. It's that easy.
145
18
5
2
FireChat⚠️ Bad design.
➡️ Built with vuejs and firebase.
💬 Chat with friends.... why not?
Auth bug
I deleted all users and messages, because a bug caused all users to be called Nathan.
You have to create a new account, but you can always change your name on the chat page at the top left : )2
2
3
Mongodb test 1After many months, I found a way to host a local mongodb database on replit, with a separate express server.
In the home page, you can see the posts.
Go to /create?content=your-message to send a post, after being logged in (/login)
Negative point: I had to use an old version of mongodb and mongoose, but it is possible 😎
I will submit a template soon, hopefully with the latest version of mongoose and mongodb.
Follow me to be notified when I will publish it 😉 .
17
2
3
5
Drawing appDraw, record what you do, and record what you draw on video!
With a nice UI, many features... make your next masterpiece!
You can use some keyboard shortcuts on the computer, like Ctr + z to undo your last stroke (or click on the top left button), Ctr + s to save the image you just drew, or Space to start recording a video. Of course, you can do the same by clicking on some buttons.
When you press the play button, all your gestures are recorded. You can pause it, and then play back your drawing by pressing the same button again. To download the video, just press the download button :)
To take a snapshot of your drawing, click on the camera icon on the top right.
Ready to go? Draw! (And don't forget to like this repl & follow me :P)
36
7
5
1
Custom command line pythonA simple command line written in python. Originally done to train myself a bit in python ; )
Of course you can reuse it, and all the command line code is in the file called command_line.
Some commands are :
wave
get logs
get myself
print
log
...
If you want to reuse it, you can create a command by writing :
cmd.on('command goes here', myFunction)
To run a command, you need to do :
cmd.run('command goes here')
5
0
1
0
Incline your headA little game using Me-motion (https://replit.com/@rbinfinity/Me-Motion?v=1)
Visit this amazing repl to learn it, it's incredibly easy to use, with great features!
46
2
0
3
Replit database replit-database is a database client for interacting with a repl database.
This package implements a lot of new features, such as schemas, update functionality and some search functions in the database values. This package is more complex than the official one, but thanks to it, you will be able to do much more.
The way it works is similar to mongoose, even if it's not as fast as mongoose.
Note
For me, all is working.
Fell free to comment this repl if you are facing a bug, if you want some details, new features, or if you just want to comment this :P
You can see the package's homepage here
Upvote this repl if you like it, and follow me for more updates!3
Replit database replit-database is a database client for interacting with a repl database.
This package implements a lot of new features, such as schemas, update functionality and some search functions in the database values. This package is more complex than the official one, but thanks to it, you will be able to do much more.
The way it works is similar to mongoose, even if it's not as fast as mongoose.
26
7
3