Skip to content

dltechy/the-one-playlist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The One Playlist

Play all your favorite media content from YouTube and Spotify in a single combined playlist.

Platform specific content will now be a thing of the past.

Visit the site

Packages

Scripts

  • Installing dependencies on all packages

    $ yarn run install:all
  • Running ESLint on all packages

    # basic
    $ yarn run lint
    
    # run and fix all errors
    $ yarn run lint:fix
  • Running tests on all packages

    # unit tests
    $ yarn run test
    
    # integration tests
    $ yarn run test:int
    
    # e2e tests
    $ yarn run test:e2e
    
    # all tests
    $ yarn run test:all
    
    # test coverage
    $ yarn run test:cov[:int|:e2e|:all]

Recommended VSCode Extensions

About

Play media from multiple sources in a single playlist

Resources

Stars

0 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors