From 1dc2ca3c574b8f388422665112c32858861bc264 Mon Sep 17 00:00:00 2001 From: Akhil Gupta Date: Wed, 24 Feb 2021 06:21:01 +0530 Subject: [PATCH] added podcast index search --- client/addPodcast.html | 40 +++++++++++++++++++++++++++++++++++---- controllers/pages.go | 26 ++++++++++++++++++------- go.mod | 1 + go.sum | 2 ++ model/podcastModels.go | 11 ++++++----- service/itunesService.go | 31 ++++++++++++++++++++++++++++++ service/podcastService.go | 18 ++++++++++++++++++ 7 files changed, 113 insertions(+), 16 deletions(-) diff --git a/client/addPodcast.html b/client/addPodcast.html index 3974c87..a3cb349 100644 --- a/client/addPodcast.html +++ b/client/addPodcast.html @@ -87,7 +87,7 @@ >
-
+
+ + +
+
-
${item.title}
+
${item.title}
+ -

${ item.description }

+ Categories: ${item.categories.join(', ')} +
+

${ item.description }