Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.83 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.83 KB

Class-playlist

A collaborative playlist for coding music and practicing using Git and GitHub.

Format

To add to our playlist, be sure to fork the repository, then edit the playlist.md file and add an artist , track name, and have it link to the song online. You can optionally add the genre(s) afterwards as well.

We're writing in markdown format, which is the main documentation format on GitHub.

Entries will be formatted in a table like this

|             Artist - Song                         |   length |  Views     |     Alt. Links      | Genre (optional) | Mood (optional) |
|:-------------------------------------------------:|:--------:|:----------:|:-------------------:|:----------------:|:---------------:| 
|[Artist name - Track name](https://link-to-url.com)| length   | View count | spotify, apple, etc |     Genre        | optional moods  |
|                                                   |          |            |                     |                  |                 |
Artist - Song length Views Alt. Links Genre (optional) Mood (optional)
Artist name - Track name length View count spotify, apple, etc Genre optional moods

TODO

Any other ideas for how to improve this playlist? What other info would people want? How can we make this better? Feel free to add an issue for discussion or pull request.