Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oshkoshbagoshh/nodejsfileexplorer
nodeJS file explorer app that reads files, and displays media in chunks. Allow users to sort by file size, file name, or date modified.
https://github.com/oshkoshbagoshh/nodejsfileexplorer
bootstrap5 cli filesystem nodejs
Last synced: 19 days ago
JSON representation
nodeJS file explorer app that reads files, and displays media in chunks. Allow users to sort by file size, file name, or date modified.
- Host: GitHub
- URL: https://github.com/oshkoshbagoshh/nodejsfileexplorer
- Owner: oshkoshbagoshh
- License: mit
- Created: 2024-02-14T15:53:51.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-02-14T15:56:58.000Z (10 months ago)
- Last Synced: 2024-10-16T19:41:03.195Z (2 months ago)
- Topics: bootstrap5, cli, filesystem, nodejs
- Language: JavaScript
- Homepage:
- Size: 8.53 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NodeJS-Online-File-Explorer
NodeJS Online File Explorer Application## Description
- This is a file explorer program built entirely with Node JS that allows users to visually see all of the files and folders in their current working directory
- If a user clicks on a file, the program will display the file contents (including playing audio and videos in the browser)
- this is done efficiently by streaming chunks of data
- Users can sort files by name, date modified, and size
- the front-end was built using bootstrap and basic HTML## Table of Contents (Optional)
- [Installation](#installation)
- [Usage](#usage)
- [Credits](#credits)
- [License](#license)## Installation
```sh
npm install && node index.js
```## Usage
![alt text](img.png)
## Deployed Link
[https://secure-dusk-54693-2257fab8424a.herokuapp.com]