diff --git a/content/api.md b/content/api.md new file mode 100644 index 0000000..52f1700 --- /dev/null +++ b/content/api.md @@ -0,0 +1,71 @@ +--- +title: "Projects" +menu: + main: + weight: 30 +--- +# API Reference + +{{< rawhtml >}} +
+
+
+
+

+ +

+
+
+
+ URI: https://api.hack13.dev/lastfm/?username=your-lastfm-username +
+ Example Response: +

+            All The Things,Gaullin,https://www.last.fm/music/Gaullin/_/All+The+Things,true
+            
+ Response Breakdown: +

+            Song Name,Artist Name,LastFM Song Page Link,Now Playing
+            
+
    +
  • Song Name String
  • +
  • Artist Name String
  • +
  • Song String/URL
  • +
  • Song Name Bool
  • +
+
+
+
+
+
+

+ +

+
+
+
+ Nothing here yet... +
+
+
+
+
+

+ +

+
+
+
+ Nothing here yet... +
+
+
+
+
+{{< /rawhtml >}} \ No newline at end of file