README.md

# Blade

Pick up a blade, and scrape around online.
Slice some records and back up media.

> Schedule:

```
Su Mo Tu We Th Fr Sa       June
            1  2  3
4  5  6  7  8  9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24        Congressional Data Task Force, ://hyperdemocracy.us
25 26 27 28 29 30           api.congress.gov, uscode.house.gov, federal register

Su Mo Tu We Th Fr Sa        July
                   1        Elixir Sourcery begins, see ://hacdc.org calendar
 2  3  4  5  6  7  8        render sources upon ://hex.pm/packages/rack
 9 10 11 12 13 14 15        rebase ://assembled.app on Phoenix
16 17 18 19 20 21 22        prepare mobile experience
23 24 25 26 27 28 29        barcode scanning
30 31                       plug in LLM

Su Mo Tu We Th Fr Sa        August
      1  2  3  4  5
6  7  8  9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31
```


 the package can be installed
by adding `blade` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:blade, "~> 0.1.0"}
  ]
end
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at <https://hexdocs.pm/blade>.