Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thuongtruong1009/youtubesave
🪟 A simple youtube downloader build with Fastify
https://github.com/thuongtruong1009/youtubesave
docker download fastify http2 node nodejs nodemon ssl tslint typescript youtube youtube-downloader
Last synced: about 2 months ago
JSON representation
🪟 A simple youtube downloader build with Fastify
- Host: GitHub
- URL: https://github.com/thuongtruong1009/youtubesave
- Owner: thuongtruong1009
- Created: 2023-07-03T08:54:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-04T07:57:03.000Z (over 1 year ago)
- Last Synced: 2024-05-17T00:26:11.172Z (8 months ago)
- Topics: docker, download, fastify, http2, node, nodejs, nodemon, ssl, tslint, typescript, youtube, youtube-downloader
- Language: TypeScript
- Homepage:
- Size: 271 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Setup
1. Install [Node.js](https://nodejs.org/en/download/)
2. Install [Yarn](https://classic.yarnpkg.com/en/docs/install/#windows-stable)
3. Install [OpenSSL](https://www.openssl.org/)
4. Install [Git](https://git-scm.com/downloads)
5. Clone this repository
6. Run `yarn install`
7. Run `yarn start`
8. Open [http://localhost:3000](http://localhost:3000) to view it in the browser.## Techonologies
[Fastify](https://www.fastify.io/)
[TypeScript](https://www.typescriptlang.org/)
[TsLint](https://palantir.github.io/tslint/rules/)