{"id":15621154,"url":"https://github.com/tiagodanin/filexshared","last_synced_at":"2025-04-13T09:33:12.872Z","repository":{"id":21962844,"uuid":"94241302","full_name":"TiagoDanin/FileXShared","owner":"TiagoDanin","description":"Share files Fast, Easy and Secure, to world or on your local network.","archived":false,"fork":false,"pushed_at":"2025-04-07T14:58:58.000Z","size":1134,"stargazers_count":9,"open_issues_count":20,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-07T15:46:44.538Z","etag":null,"topics":["download","files","ftp","handlebars","manager","server","share","uikit","upload"],"latest_commit_sha":null,"homepage":"https://TiagoDanin.github.io/FileXShared","language":"JavaScript","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/TiagoDanin.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,"zenodo":null}},"created_at":"2017-06-13T17:49:34.000Z","updated_at":"2024-12-03T19:36:35.000Z","dependencies_parsed_at":"2024-01-10T05:01:15.153Z","dependency_job_id":"23d06132-6e02-4856-8ffd-6fb5719b11d6","html_url":"https://github.com/TiagoDanin/FileXShared","commit_stats":{"total_commits":130,"total_committers":5,"mean_commits":26.0,"dds":0.4769230769230769,"last_synced_commit":"7a08d63b534f016c8beb5aa75847c5ab6754e5fc"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TiagoDanin%2FFileXShared","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TiagoDanin%2FFileXShared/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TiagoDanin%2FFileXShared/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TiagoDanin%2FFileXShared/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TiagoDanin","download_url":"https://codeload.github.com/TiagoDanin/FileXShared/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248690988,"owners_count":21146247,"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":["download","files","ftp","handlebars","manager","server","share","uikit","upload"],"created_at":"2024-10-03T09:21:33.671Z","updated_at":"2025-04-13T09:33:12.839Z","avatar_url":"https://github.com/TiagoDanin.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FileXShared\n\n[![Travis](https://img.shields.io/travis/TiagoDanin/FileXShared.svg?branch=master\u0026style=flat-square)](https://travis-ci.org/TiagoDanin/FileXShared) [![Downloads](https://img.shields.io/npm/dt/filexshared.svg?style=flat-square)](https://npmjs.org/package/filexshared) [![Node](https://img.shields.io/node/v/filexshared.svg?style=flat-square)](https://npmjs.org/package/filexshared) [![Version](https://img.shields.io/npm/v/filexshared.svg?style=flat-square)](https://npmjs.org/package/filexshared) [![XO code style](https://img.shields.io/badge/code%20style-XO-red.svg?style=flat-square)](https://github.com/xojs/xo) \n\nShare files Fast, Easy and Secure, to world or on your local network.\n\n![](media/screenshot.png)\n\n## Installation\n\nModule available through the [npm registry](https://www.npmjs.com/). It can be installed using the  [`npm`](https://docs.npmjs.com/getting-started/installing-npm-packages-locally) or [`yarn`](https://yarnpkg.com/en/) command line tools.\n\n```sh\n# NPM\nnpm install filexshared --global\n# Or Using Yarn\nyarn global add filexshared\n```\n\n## Usage\n\n```sh\n# Start\nfileXShared\n\n# Start (with dark theme)\nfilexshared --dark\n\n# Start (enable password)\nfilexshared --password=1234567890\n\n# Start (without \"Close Server\" option)\nfilexshared --disable-close\n```\n\n## Tests\n\nTo run the test suite, first install the dependencies, then run `test`:\n\n```sh\n# NPM\nnpm test\n# Or Using Yarn\nyarn test\n```\n\n## Dependencies\n\n- [body-parser](https://ghub.io/body-parser): Node.js body parsing middleware\n- [cookie-session](https://ghub.io/cookie-session): cookie session middleware\n- [express](https://ghub.io/express): Fast, unopinionated, minimalist web framework\n- [express-handlebars](https://ghub.io/express-handlebars): A Handlebars view engine for Express which doesn\u0026#x27;t suck.\n- [filenamify](https://ghub.io/filenamify): Convert a string to a valid safe filename\n- [hubdown](https://ghub.io/hubdown): Convert markdown to GitHub-style HTML using a common set of remark plugins\n- [mime](https://ghub.io/mime): A comprehensive library for mime-type mapping\n- [minimist](https://ghub.io/minimist): parse argument options\n- [multer](https://ghub.io/multer): Middleware for handling \u0026#x60;multipart/form-data\u0026#x60;.\n- [path-exists](https://ghub.io/path-exists): Check if a path exists\n- [uikit](https://ghub.io/uikit): UIkit is a lightweight and modular front-end framework for developing fast and powerful web interfaces.\n\n## Dev Dependencies\n\n- [xo](https://ghub.io/xo): JavaScript happiness style linter ❤️\n\n## Contributors\n\nPull requests and stars are always welcome. For bugs and feature requests, please [create an issue](https://github.com/TiagoDanin/FileXShared/issues). [List of all contributors](https://github.com/TiagoDanin/FileXShared/graphs/contributors).\n\n## License\n\n[MIT](LICENSE) © [Tiago Danin](https://TiagoDanin.github.io)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftiagodanin%2Ffilexshared","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftiagodanin%2Ffilexshared","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftiagodanin%2Ffilexshared/lists"}