This commit is contained in:
2026-04-15 20:06:15 -04:00
parent feaf3f0357
commit b2c90e5308
+15 -17
View File
@@ -1,21 +1,19 @@
# Jump # Jump
**TODO: Add description** 50-minute Coding Challenge for Jump, completed with 11:57 remaining.
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `jump` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:jump, "~> 0.1.0"}
]
end
``` ```
~/c/jump [1]$ mix escript.build; ./jump --article Wealth_management --days 4
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc) Compiling 1 file (.ex)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can Generated jump app
be found at <https://hexdocs.pm/jump>. Generated escript jump with MIX_ENV=dev
%{
article: "Wealth_management",
avg_daily_pageviews: 133.75,
event_name: "campaign_spike_conversion",
top_day: %{date: "2026041400", pageviews: 166},
total_pageviews: 535,
window_days: 4
}
done.
```