readme
This commit is contained in:
@@ -1,21 +1,19 @@
|
||||
# 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
|
||||
```
|
||||
|
||||
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/jump>.
|
||||
|
||||
~/c/jump [1]$ mix escript.build; ./jump --article Wealth_management --days 4
|
||||
Compiling 1 file (.ex)
|
||||
Generated jump app
|
||||
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.
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user