Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 1.96 KB

README.md

File metadata and controls

39 lines (33 loc) · 1.96 KB

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