Skip to content

An OTP application for keeping RSS feeds in sync with the real world.

License

Notifications You must be signed in to change notification settings

skovsgaard/rss_sync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RssSync

Hex.pm Hex.pm

This is an OTP application which retrieves, parses, and stores RSS feeds, and when prompted to, keeps them in sync with their RSS feed sources.

Its API isn't finalized but it's usable as is and currently allows for adding, removing, synchronizing, and persisting feeds to disk.

Installation

Available on Hex, the package can be installed as:

  1. Add rss_sync to your list of dependencies in mix.exs:
```elixir
def deps do
  [{:rss_sync, "~> 0.1.0"}]
end
```
  1. Ensure rss_sync is started before your application:
```elixir
def application do
  [applications: [:rss_sync]]
end
```

About

An OTP application for keeping RSS feeds in sync with the real world.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages