Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sazumivicky/videy
Videy is a free and simple video hosting platform that allows users to easily upload and preview their videos online.
https://github.com/sazumivicky/videy
sazumi sazumiviki upload-file uploader videy web-upload
Last synced: about 16 hours ago
JSON representation
Videy is a free and simple video hosting platform that allows users to easily upload and preview their videos online.
- Host: GitHub
- URL: https://github.com/sazumivicky/videy
- Owner: SazumiVicky
- Created: 2024-02-24T07:48:29.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-24T07:50:48.000Z (11 months ago)
- Last Synced: 2024-11-24T06:12:53.932Z (2 months ago)
- Topics: sazumi, sazumiviki, upload-file, uploader, videy, web-upload
- Language: HTML
- Homepage: https://videy.sazumi.moe
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.MD
Awesome Lists containing this project
README
## Videy - Simple Video Uploader
Videy is a free and simple video hosting platform that allows users to easily upload and preview their videos online.
## 🚀 Features
- Easy Upload: Simply select or drag-and-drop your video file to upload.
- Video Preview: Preview your uploaded videos directly on the platform.
- Responsive Design: The platform is designed to work seamlessly across different devices and screen sizes.
- Legal Information: Access privacy policy, terms of service, and abuse reporting links conveniently.## 🛠️ Getting Started
1. Clone the repository to your local machine:
```bash
git clone https://github.com/sazumivicky/videy.git
```
2. Navigate to the project directory:
```bash
cd videy
```
3. Install all dependencies
```bash
npm install --save
```
4. run the website
```bash
node server.js
```
## 🤝 ContributingContributions to Videy are welcome! If you'd like to contribute new features, fix bugs, or improve documentation, please fork the repository and submit a pull request.
## 📂 File Structure
-index.html
: Main page for uploading videos.
-video.html
: Page for previewing uploaded videos.
-style.css:
CSS file containing styles for the application.
-index.js:
JavaScript file for handling user interactions on the main page.
-server.js:
hmmmmm## ⚠️ Warning: Code Source Disclaimer
This project contains code cloned and modified from videy.co. While efforts have been made to adapt and customize the codebase, it is important to acknowledge that the core functionality and design elements are derived from the original website.
- Ownership: The original codebase and design elements belong to videy.co. Any intellectual property rights associated with the original code remain with the respective owners.
- Usage Restrictions: It is important to review and comply with any licensing or usage restrictions imposed by videy.co on their code and assets.
- Modification Notice: Users and contributors of this project should be aware that modifications have been made to the original codebase for customization purposes.
- By using or contributing to this project, you acknowledge the above disclaimer and agree to respect the rights and terms associated with the original source code.## 🙏 Acknowledgements
- Icons provided by [Font Awesome](https://fontawesome.com/)
- Fonts sourced from Google Fonts: [Source Sans](https://fonts.google.com/specimen/Source+Sans+3) and [Poppins](https://fonts.google.com/specimen/Poppins).