Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lashdid/ngirim
File transfer website with 6-digit key sharing system made with SolidJs and Firebase
https://github.com/lashdid/ngirim
file-sharer firebase solidjs
Last synced: about 1 month ago
JSON representation
File transfer website with 6-digit key sharing system made with SolidJs and Firebase
- Host: GitHub
- URL: https://github.com/lashdid/ngirim
- Owner: lashdid
- Created: 2022-03-02T01:53:16.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-09T02:19:14.000Z (about 2 years ago)
- Last Synced: 2024-05-31T15:16:53.413Z (7 months ago)
- Topics: file-sharer, firebase, solidjs
- Language: TypeScript
- Homepage: https://ngirim.lashdid.my.id
- Size: 2.23 MB
- Stars: 12
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ngirim
File transfer website with 6-digit key sharing system.> :warning: Don't send anything private here! Because anyone can see your files in this website's database
Your file in database will automatically deleted after 1 day.
### What is that?
It's a website to transfer files with a system exactly like [SendAnywhere](https://send-anywhere.com/). I am using Firebase Cloud Storage to build this.### How to use it?
**Sender**
- Click / drop to add file
- Click the "Send" button
- 6-digit code should appear**Receiver**
- Input the 6-digit code to the input field
- Wait until transfer is finished
- Download the file### Why did i made this?
I've been using [SendAnywhere](https://send-anywhere.com/) for a long time, but rarely. This website is just a clone of SendAnywhere but SendAnywhere has 5 seconds ad and its not supported on mobile ( you have to install the app or switch to desktop view ) and i'm too lazy for that.Also to learn SolidJS and Firebase.