Skip to content

An elixir based page_fetcher that talks to redis, pulls pages from the Internet and writes them to a db

License

Notifications You must be signed in to change notification settings

fuzzygroup/elixir_page_fetcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PageFetcher

TODO: Add description

Installation

If available in Hex, the package can be installed as:

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

About

An elixir based page_fetcher that talks to redis, pulls pages from the Internet and writes them to a db

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages