added spotframework
This commit is contained in:
parent
f73005ac1a
commit
042607fc0c
@ -5,10 +5,17 @@
|
|||||||
{% block content %}
|
{% block content %}
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-pad-6 card">
|
<div class="col-pad-6 card">
|
||||||
<h1>fm framework</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 %}
|
||||||
|
Loading…
Reference in New Issue
Block a user