Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michaelnisi/feedkit
Searchable caching feed client
https://github.com/michaelnisi/feedkit
cache feed itunes podcast
Last synced: 5 days ago
JSON representation
Searchable caching feed client
- Host: GitHub
- URL: https://github.com/michaelnisi/feedkit
- Owner: michaelnisi
- License: mit
- Created: 2014-07-21T09:42:38.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-01-01T11:27:52.000Z (almost 3 years ago)
- Last Synced: 2024-12-12T23:35:23.797Z (11 days ago)
- Topics: cache, feed, itunes, podcast
- Language: Swift
- Homepage:
- Size: 2.26 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# FeedKit
The FeedKit Swift Package is a feed reading client specialized for podcast feeds. It implements searching, browsing, and caching feeds, as well as subscription management for a single user.
With FeedKit at its core, [Podest](https://github.com/michaelnisi/podest) is the most efficient podcast app.
## Services
FeedKit does not connect with feed providers or iTunes directly, instead it consumes JSON from two optimized REST APIs for browsing and searching.
- Browsing 🍡 [michaelnisi/manger-http](https://github.com/michaelnisi/manger-http)
- Searching 🐷 [michaelnisi/fanboy-http](https://github.com/michaelnisi/fanboy-http)## Test
With **fanboy-http** and **manger-http** running locally (on ports 8383 and 8384), do:
```
$ swift test
```## Install
📦 Add `https://github.com/michaelnisi/feedkit` to your package manifest.
## License
[MIT License](https://github.com/michaelnisi/feedkit/blob/master/LICENSE)