-
Updated
Oct 12, 2021 - Swift
#
json-feed
Here are 64 public repositories matching this topic...
RSS reader for macOS and iOS.
The RSS feed for websites missing it
rss
php
photos
screenshot
wiki
feed-reader
friends
rss-feed
atom-feed
consumption
unlicense
hacktoberfest
json-feed
rss-bridge
user-timeline
-
Updated
Oct 14, 2021 - PHP
Create a JSON API/Feed for your elements in Craft.
-
Updated
Sep 26, 2021 - PHP
RSS-proxy allows you to do create an RSS or ATOM feed of almost any website, just by analyzing just the static HTML structure.
-
Updated
Aug 2, 2021 - HTML
A Python feed reader library.
python
rss
library
podcast
rss-reader
python-library
feed-reader
feed
rss-feed
atom-feed
rss-aggregator
podcast-aggregator
json-feed
podcatcher
podcast-fetcher
podcast-client
feed-aggregator
-
Updated
Oct 12, 2021 - Python
Atom, RSS and JSON feed parser for Python 3
-
Updated
Nov 17, 2020 - Python
A static site generator
-
Updated
Mar 5, 2021 - Tcl
An R package for extracting 'tidy' data frames from RSS, Atom, JSON and geoRSS feeds
-
Updated
Oct 7, 2021 - R
bensmithett
commented
Aug 15, 2020
Fela doesn't necessarily respect the order in which you write media queries, since all the rules for each media query get bundled up into a single <style>
tag for SSR.
E.g...
<div className={css({
color: 'red',
'@media (min-width: 500px)': { color: 'blue' },
'@media (min-width: 900px)': { color: 'green' }
})}>
...can result in this HTML...
<styl
The world's first JSON feed viewer 🥇
-
Updated
Oct 31, 2019 - CSS
Takes a Feed URL (RSS or Atom) and returns a JSONFeed.
atom
rss
atom-feed-parser
rss-feed-parser
rss-feed-scraper
json-feed
jsonfeed
jsonfeed-generator
atom-feed-scraper
-
Updated
Jun 26, 2019 - JavaScript
vinitshahdeo
commented
Oct 1, 2021
npm i github-stars-feed
As github-stars-feed
is available as an NPM module, can we make a demo React App to show GitHub Star's feed using card view.
- Refer Cards
- Check
github-stars-feed
on NPM - Learn more
You can [Creat
Templates for rendering JSON feeds for your Jekyll blog
-
Updated
Aug 31, 2018
A script to make it easier to keep up with App Store reviews via RSS.
-
Updated
Dec 21, 2020 - Ruby
Kirby Plugin for a best-practice HTML Head Element extendable with snippets
html5
accessibility
google-analytics
google-tag-manager
rss-feed
meta-tags
head
web-font-loader
typekit
json-feed
best-practice
kirby3
kirby3-cms
kirby3-plugin
google-webfonts
-
Updated
Oct 1, 2021 - PHP
Safari web extension for news feed discovery of RSS, Atom, JSON Feed & RDF+RSS.
-
Updated
Oct 15, 2021 - Swift
Rust crate for auto-discovery of feeds in HTML content
-
Updated
Feb 27, 2020 - Rust
Improve this page
Add a description, image, and links to the json-feed topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the json-feed topic, visit your repo's landing page and select "manage topics."
If my recordset is not sorted by descending date my feed is out of order. It would be nice if there was a sort before the render.
I noticed this behavior this when I added items to the feed from multiple async sources.