Skip to content

Commit

Permalink
Merge branch 'main' of github.com:BelgianNoise/dl-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
BelgianNoise committed May 16, 2024
2 parents b65a368 + 2dc33a8 commit 62f5a20
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ Python script that monitors a database table for new download requests, if a new

Express.js server exposing 2 endpoints:
1. `POST /queue/add` - to add download requests to the queue
2. `GET /queue` - get json representation of the current download queue
2. `POST /queue` - get json representation of the current download queue

This service acts as a middleman between the chrome extension and the downloader, it stores download requests in a PostgreSQL database for the downloader to pick up.
This makes it so that the chrome extension can be used on any device without exposing any sensitive information and keeps the downloader from being exposed to the internet.

## [dl-chrome-extension](dl-chrome-extension/)

This chrome extension adds a download button to all supported websutes, when clicked it sends a download request to the queue service.
It also shows an overview of the all download requests in the queue, already completed or failed.
This chrome extension adds a download button to all supported websites, when clicked it sends a download request to the queue service.
It also shows an overview of all the download requests in the queue, already completed or failed.

0 comments on commit 62f5a20

Please sign in to comment.