Skip to content

Instantly share code, notes, and snippets.

@molayli
molayli / GetRSSFeed.html
Last active February 11, 2017 21:50 — forked from cmbaughman/GetRSSFeed.js
Parse RSS feed as JSON from client using Google API
<html>
<head>
<title>GetRSSFeed</title>
</head>
<body>
<div id="target"></div>
<script src="https://code.jquery.com/jquery-2.2.4.min.js" ></script>
<script>
var rssUrl = "http://www.exploit-db.com/rss.xml";