You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+40Lines changed: 40 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,34 @@ A simple cobra-based cli for searching mixcloud.
9
9
10
10
## :musical_keyboard: Overview
11
11
12
+
[Mixcloud](https://www.mixcloud.com/) is an amazing service for discovering and listening to radio shows, DJ mixes and podcasts.
13
+
12
14
The mixcloud web interface can be cumbersome when trying to search for mixes with specific terms etc. This project was created as a way to search mixcloud for mix data with a quick and simple search.
13
15
16
+
The cli supports searching for a term on mixcloud and then filtering the results (client-side) using arrays of exclude and include terms.
17
+
18
+
Currently the results are output as json to file **test.json** (early days!).
19
+
20
+
## :factory: Installing
21
+
22
+
### :page_facing_up: Prerequisites
23
+
24
+
- Go (>=1.17)
25
+
26
+
### :wrench: Building the cli
27
+
28
+
Select the appropriate build command from below. This will output the cli binary into the current directory.
0 commit comments