- Fix date offset to be more robust. Conveniently, it worked with how I was testing, but there would be a real-world bug.
- Added postman-echo response status code and echoed data per requirements.
New output:
```
~/c/jump (main|✚2) [1]$ mix escript.build; ./jump --article Wealth_management --days 4
Compiling 1 file (.ex)
Generated jump app
Generated escript jump with MIX_ENV=dev
Summary:
%{
article: "Wealth_management",
avg_daily_pageviews: 141.33333333333334,
event_name: "campaign_spike_conversion",
top_day: %{date: "2026041400", pageviews: 166},
total_pageviews: 424,
window_days: 4
}
Post Response (Status 200):
%{"article" => "Wealth_management", "avg_daily_pageviews" => 141.33333333333334, "event_name" => "campaign_spike_conversion", "top_day" => %{"date" => "2026041400", "pageviews" => 166}, "total_pageviews" => 424, "window_days" => 4}
done.
```
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
New output:
c9bd5207b0toa8eab3c9c8View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.