added spotframework

This commit is contained in:
aj 2019-03-10 16:44:06 +00:00
parent f73005ac1a
commit 042607fc0c

View File

@ -8,7 +8,14 @@
<h1>fmframework</h1> <h1>fmframework</h1>
<p>a client for last.fm music tracking written in java</p> <p>a client for last.fm music tracking written in java</p>
<p>this project was important for learning how to interact with REST APIs and implementing knowledge from my java classes at uni</p> <p>this project was important for learning how to interact with REST APIs and implementing knowledge from my java classes at uni</p>
<p>using last fm tags to categorise and visualise data</p>
<a href="https://github.com/Sarsoo/fmframework" style="width:100%;" class="button">view source</a> <a href="https://github.com/Sarsoo/fmframework" style="width:100%;" class="button">view source</a>
</div> </div>
<div class="col-pad-6 card">
<h1>spotframework</h1>
<p>tool for exploring and interfacing with the spotify api</p>
<p>currently doing backups of playlists</p>
<a href="https://github.com/Sarsoo/spotframework" style="width:100%;" class="button">view source</a>
</div>
</div> </div>
{% endblock %} {% endblock %}