# Credits, Basis & Helpful Resources

{% hint style="info" %}
Yes, these are the only resources I could find that remotely correlate to the API or its functions. Most of the documentation comes from my own understanding.
{% endhint %}

### [Analysis of TuneIn Radio Stations](http://www.surfingbits.com/blog/2011/analysis-of-tunein-radio-stations/) <mark style="color:purple;">(Docs + Python)</mark>

By Surfing Bits, the blog of Alex Dementsov.

### [Tunejack.sh](https://gist.github.com/xndc/c732204e274743204f1f) <mark style="color:purple;">(Bash)</mark>

A bash script by xndc to stream music from the API in Linux.

### [Playing a live TuneIn Radio URL iOS Swift](https://stackoverflow.com/questions/52754263/playing-a-live-tunein-radio-url-ios-swift) <mark style="color:purple;">(Swift)</mark>

Post on StackOverflow by Reimond Hill.

### [Curseradio](https://github.com/chronitis/curseradio) <mark style="color:purple;">(Python)</mark>

Command line radio player, repo by chronitis on GitHub,
