Skip to content

Commit

Permalink
Add a bit of README and prep for doc generation
Browse files Browse the repository at this point in the history
  • Loading branch information
skovsgaard committed Aug 21, 2016
1 parent 50e1203 commit 04c7f02
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# RssSync

**TODO: Add description**
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

If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:
[Available on Hex](https://hex.pm/docs/publish), the package can be installed as:

1. Add `rss_sync` to your list of dependencies in `mix.exs`:

Expand Down
3 changes: 2 additions & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ defmodule RssSync.Mixfile do
# Type "mix help deps" for more examples and options
defp deps do
[{:feeder, git: "/~https://github.com/michaelnisi/feeder"},
{:httpoison, "~> 0.9"}]
{:httpoison, "~> 0.9"},
{:ex_doc, "~> 0.13", only: :dev}]
end
end

0 comments on commit 04c7f02

Please sign in to comment.