Packages
A webpage scraper for Lodestone, the character information site for Final Fantasy XIV.
Current section
Files
Jump to
Current section
Files
lodestoner_ex
README.md
README.md
# LodestonerEx
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:
1. Add `lodestoner_ex` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:lodestoner_ex, "~> 0.1.0"}]
end
```
2. Ensure `lodestoner_ex` is started before your application:
```elixir
def application do
[applications: [:lodestoner_ex]]
end
```