Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 8 days ago
JSON representation
A NodeJs Project to download subtitles without scraping.
- Host: GitHub
- URL: https://github.com/mmarifat/__subtitle_downloader
- Owner: mmarifat
- Created: 2020-07-22T17:46:02.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-28T06:16:14.000Z (about 3 years ago)
- Last Synced: 2024-08-02T00:25:50.067Z (3 months ago)
- Topics: axios, moviedbapi, nodejs, opensubtitles, typescript, vuejs
- Language: Vue
- Homepage: https://mmarifat.github.io/__subtitle_downloader
- Size: 3.14 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- quasar-awesome - github - series / tv-shows using opensubtitleapi and optionally moviedb api | v1 (Awesome Quasar [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) / Tutorials)
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).