Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gusfahmi/Social-Media-Downloader
API for Social Media Downloader. (Youtube Downloader, Youtube Playlist Downloader, Instagram Downloader, TikTok Downloader, Soundcloud Downloader, DailyMotion Downloader).
https://github.com/gusfahmi/Social-Media-Downloader
Last synced: 8 days ago
JSON representation
API for Social Media Downloader. (Youtube Downloader, Youtube Playlist Downloader, Instagram Downloader, TikTok Downloader, Soundcloud Downloader, DailyMotion Downloader).
- Host: GitHub
- URL: https://github.com/gusfahmi/Social-Media-Downloader
- Owner: gusfahmi
- Created: 2020-12-10T16:19:54.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-19T17:11:05.000Z (over 3 years ago)
- Last Synced: 2024-08-02T15:33:13.749Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 12.3 MB
- Stars: 75
- Watchers: 2
- Forks: 36
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Social-Media-Downloader
API for Social Media Downloader (Node.js and Express).
1. Youtube Downloader. (/api/youtube)
2. Youtube Playlist Downloader. (/api/youtube-playlist)
3. TikTok Downloader. (/api/tiktok)
4. Facebook Video Downloader. (/api/facebook)
5. Soundcloud Downloader. (/api/soundcloud)
6. DailyMotion Downloader. (/api/dailymotion)### Install Node.js
Go to [this url](https://nodejs.org/en/) and install the Node.js on your computer.To check if you have Node.js installed, run this command in your terminal:
```sh
node -v
```To confirm that you have npm installed you can run this command in your terminal:
```sh
npm -v
```### Run The Project
To run this project, open it on your text editor, i suggest you to use [Visual Studio Code](https://code.visualstudio.com/).
After that, install the dependencies by using this command in your terminal:
```sh
npm install
```After that, run this command in your terminal:
```sh
npm start
```The project will start on 2020 port.
### Tutorial
Every API url, should pass with x-www-form-urlencoded with key and value pair (POST METHOD), Example:
```sh
url : https://www.youtube.com/watch?v=qyCn3APagyU
```You can find all the API url on routes/downloader.js