Showing posts with the label feedShow All

100 high quality illustrations totally free

I'm very fortunate to find this guy u/karthiksri91 on reddit.com where he shared his absolute work with the subreddit r/InternetIsBeautiful Here are some of his works Coffee Break Finance professional Remote working challenges   Link to the free downloads: https:/…

Read more

Instagram Free RSS Feed API for Widget

var $container = this;  Settings variable is to overview of your widget, how you wanna look it. Like image size, limit of posts, etc. settings = $.extend({             get : '',             imageSize: 320,             limit : 12,             links : true,    …

Read more

Any Youtube Channel Videos RSS Feed API

There is this code I created to get RSS feed directly from a particular channel using jQuery and JavaScript function in an HTML doc. First and foremost, let me explain this below piece of code in detail for you guys.  Here we require bootstrap CSS link source file to a…

Read more

Google News RSS feed API with Images

I'm using "https://cors-anywhere.herokuapp.com/" to avoid cors origin issue when ever hitting a third party domain. Next using google provided api to fetch news articles as rss feed in xml format via url "https://news.google.com/rss/search?q="…

Read more