Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mmarifat/__subtitle_downloader

A NodeJs Project to download subtitles without scraping.
https://github.com/mmarifat/__subtitle_downloader

axios moviedbapi nodejs opensubtitles typescript vuejs

Last synced: about 1 month ago
JSON representation

A NodeJs Project to download subtitles without scraping.

Awesome Lists containing this project

README

        

# Subtitle Downloader(MSUB)

A Subtitle Downloader App

## Install the dependencies
```bash
yarn install
```

## Set API KEY
Get from here [themoviedb](https://themoviedb.org/).
Rename .env.example to .env
```bash
API_KEY = your moviedb api
```

### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash
quasar dev (Single Page App)

quasar dev -m pwa (Progressive Web App - Not Recommended)
```

### Build the app for production
```bash
quasar build (SPA)

quasar build -m pwa (Progressive Web App - Not Recommended)

quasar build -m capacitor -T android (APK)

quasar build -m capacitor -T ios (IPA)
```

### Get App
```bash
Install platform base app by visiting website first time after PWA build.
No extra hassle. Not Recommende.
```

### Customize the configuration
See [Configuring quasar.conf.js](https://quasar.dev/quasar-cli/quasar-conf-js).