Skip to content

StrawberryMaster/weezersort

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weezersort

GitHub GitHub repo size GitHub last commit JavaScript Made with love

A sorter for Weezer songs. This is a fork of an updated Weezer sorter, which was an updated version of the original Weezer sorter, which was based on this character sorter.

Features

  • Sorts all released Weezer songs (including SZNZ projects + B-sides)
  • Lets you pick which albums to include or exclude
  • Light/dark mode (courtesy of the fork)
  • Mobile-friendly (cheers!)
  • No ads, no tracking (not on our behalf), nada
  • Open source (MIT license), just like previous versions
  • Keeps it weezy

Contributing

Open an issue or pull request if you have any suggestions or find any bugs. If you want to add a new song, you can do so by editing the [DATE].js file in the src/js/data folder. The format is as follows:

  {
    name: "Song title",
    img: "Album png.png",
    opts: {
      album: ["Album nickname"],
    }
    bside: true // only if it's a B-side
  },

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgements

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.6%
  • CSS 5.0%
  • HTML 4.4%