Skip to content

Latest commit

 

History

History
59 lines (39 loc) · 1.72 KB

README.md

File metadata and controls

59 lines (39 loc) · 1.72 KB

Apollo

Download your favorite musics/podcasts into .mp3 tracks from a client built with web technology

Features

Work in progress, list will be updated

  • Get informations on a YouTube link given
  • Play a YouTube video in an audio player
  • Download a YouTube video into an .mp3 file
  • Download progress bar

Download

Technology

  • Electron
  • Vue.js
  • Semantic UI
  • YouTube API

Requirements

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:9080
npm run dev

# build electron application for production
npm run build:mac
npm run build:windows
npm run build:linux


This project was generated with electron-vue@4c6ee7b using vue-cli. Documentation about the original structure can be found here.