Skip to content
forked from n-ce/ytify

Minimal youtube audio streaming front-end.

License

Notifications You must be signed in to change notification settings

Rishav1707/ytify

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎄YTIFY🎄

Netlify Status

Description

  • the name is a portmanteau for yt(YouTube) and spotify.
  • the app is a minimal audio streaming front-end which captures youtube links in order to provide the user with a playable audio stream easily.
  • it also encapsulates a number of features that make user experience smoother and personalised.

File Structure

ytify
├── Assets/..
├── Scripts
│ ├── init.js
│ ├── constants.js
│ ├── main.js
│ ├── buttons.js
│ └── service-worker.js
├── Stylesheets
│ ├── main.css
│ ├── data.css
│ ├── player.css
│ └── settings.css
├── index.html
├── 404.html
└── manifest.json
├── README.md
└── LICENSE

Screenshots

Acknowledgments

About

Minimal youtube audio streaming front-end.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 59.5%
  • HTML 22.5%
  • CSS 18.0%