{"id":21739413,"url":"https://github.com/ihefty/nnshare","last_synced_at":"2026-05-02T17:36:12.457Z","repository":{"id":258785225,"uuid":"871279610","full_name":"IHEfty/NnShare","owner":"IHEfty","description":"Quickly upload files and share download links effortlessly.","archived":false,"fork":false,"pushed_at":"2024-10-29T09:08:08.000Z","size":101,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-29T10:06:37.621Z","etag":null,"topics":["fileuploader","firebase"],"latest_commit_sha":null,"homepage":"","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/IHEfty.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-11T16:14:35.000Z","updated_at":"2024-10-29T08:58:47.000Z","dependencies_parsed_at":"2024-11-26T06:08:54.191Z","dependency_job_id":"228fc1cc-7f36-4afc-bb97-78066e2a70dd","html_url":"https://github.com/IHEfty/NnShare","commit_stats":null,"previous_names":["ihefty/nnshare"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IHEfty%2FNnShare","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IHEfty%2FNnShare/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IHEfty%2FNnShare/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IHEfty%2FNnShare/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IHEfty","download_url":"https://codeload.github.com/IHEfty/NnShare/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244717336,"owners_count":20498283,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fileuploader","firebase"],"created_at":"2024-11-26T06:08:52.392Z","updated_at":"2025-10-20T07:02:39.191Z","avatar_url":"https://github.com/IHEfty.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NnShare\r\n\r\nNnShare is a simple web app for uploading files and generating download links using Firebase.\r\n\r\n## Previews\r\n\r\n\u003ctable\u003e\r\n    \u003ctr\u003e\r\n    \u003ctd\u003e\u003csource src=\"./public/images/preview.mp4\" alt=\"Image 00\" width=\"550\"\u003e\u003c/td\u003e\r\n  \u003c/tr\u003e\r\n  \u003ctr\u003e\r\n    \u003ctd\u003e\u003cimg src=\"./public/images/preview_1.png\" alt=\"Image 00\" width=\"550\"\u003e\u003c/td\u003e\r\n  \u003c/tr\u003e\r\n  \u003ctr\u003e\r\n    \u003ctd\u003e\u003cimg src=\"./public/images/preview_2.png\" alt=\"Image 01\" width=\"550\"\u003e\u003c/td\u003e\r\n  \u003c/tr\u003e\r\n  \u003ctr\u003e\r\n    \u003ctd\u003e\u003cimg src=\"./public/images/preview_3.png\" alt=\"Image 02\" width=\"550\"\u003e\u003c/td\u003e\r\n  \u003c/tr\u003e\r\n\u003c/table\u003e\r\n\r\n## Features\r\n\r\n- **File Upload**: Easily upload files from your local machine.\r\n- **Link Generation**: Automatically generate a download link for the uploaded file.\r\n- **Firebase Storage**: Utilizes Firebase for file storage, ensuring scalability and reliability.\r\n\r\n## Technology Stack\r\n\r\n- **HTML**: Structure of the web application.\r\n- **CSS**: Styling and layout.\r\n- **JavaScript**: Client-side scripting and Firebase integration.\r\n- **Firebase**: Used for storage of uploaded files.\r\n\r\n## Firebase Configuration\r\n\r\nMake sure to set up your Firebase project and replace the configuration in your JavaScript file with your own project credentials.\r\n\r\n### Firebase Rules\r\n\r\n#### Storage Rules\r\n\r\n```plaintext\r\nservice firebase.storage {\r\n  match /b/{bucket}/o {\r\n    match /{allPaths=**} {\r\n      allow read, write: if true;\r\n    }\r\n  }\r\n}\r\n```\r\n\r\n#### Realtime Database Rules\r\n\r\n```json\r\n{\r\n  \"rules\": {\r\n    \".read\": false,\r\n    \".write\": false\r\n  }\r\n}\r\n```\r\n\r\n## Getting Started\r\n\r\nTo get a copy of the project up and running on your local machine, follow these steps:\r\n\r\n1. **Clone the Repository**:\r\n   ```bash\r\n   git clone https://github.com/IHEfty/NnShare.git\r\n   cd NnShare\r\n   cd dev\r\n   node server.js\r\n   ```\r\n\r\n2. **Open the HTML File**: Open `index.html` in your web browser.\r\n\r\n3. **Set Up Firebase**: Make sure to replace the Firebase configuration in your JavaScript file with your own project credentials.\r\n\r\n## Usage\r\n\r\n1. Visit the NnShare web application in your browser.\r\n2. Click on the \"Upload File\" button to select a file from your local machine.\r\n3. After the upload is complete, a download link will be generated. Click the link to download the file.\r\n\r\n## Contributing\r\n\r\nIf you would like to contribute to this project, please follow these steps:\r\n\r\n1. Fork the repository.\r\n2. Create a new branch (`git checkout -b feature/YourFeature`).\r\n3. Make your changes.\r\n4. Commit your changes (`git commit -m 'Add some feature'`).\r\n5. Push to the branch (`git push origin feature/YourFeature`).\r\n6. Open a pull request.\r\n\r\n## License\r\n\r\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\r\n\r\n## Author\r\n\r\nIsmail Hossen Efty (IH Efty)\r\n\r\n---\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fihefty%2Fnnshare","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fihefty%2Fnnshare","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fihefty%2Fnnshare/lists"}