Packages

This is a project that will scrape AFL data from footywire

Current section

Files

Jump to
afl_fantasy_scraper lib afl_fantasy_scraper.ex
Raw

lib/afl_fantasy_scraper.ex

defmodule AflFantasyScraper do
@moduledoc """
Documentation for `AflFantasyScraper`.
"""
@doc """
Hello world.
## Examples
iex> AflFantasyScraper.hello()
:world
"""
def hello do
:world
end
end