View Source Allbud (Allbud Strain Scraper v0.1.1)
Documentation for Allbud
.
Link to this section Summary
Functions
Fetch all strains and strain profiles.
Fetch strain profile.
Fetch all strain names and url.
Fetch by letter strain names and url.
Link to this section Functions
Fetch all strains and strain profiles.
## Examples
iex> Allbud.all()
Fetch strain profile.
## Examples
iex> Allbud.fetch_strain_profile({"strain name", "/"})
Fetch all strain names and url.
## Examples
iex> Allbud.fetch_strains()
Fetch by letter strain names and url.
## Examples
iex> Allbud.fetch_strains_by_letter("a")