Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MasonStooksbury/Raijin
/ functions
Functions
13 in github.com/MasonStooksbury/Raijin
⨍
Functions
13
◇
Types & classes
13
↓ 2 callers
Method
draw
(&self, frame: &mut Frame)
src/main.rs:311
↓ 1 callers
Function
create_right_now_table
Create the "Right Now" weather table
src/main.rs:128
↓ 1 callers
Function
create_weather_card
Creates the cards for the 4-cast section
src/main.rs:224
↓ 1 callers
Method
exit
(&mut self)
src/main.rs:411
↓ 1 callers
Function
get_day_from_date
Returns day (Monday, Tuesday, etc) for given date (YYYY-MM-DD)
src/main.rs:265
↓ 1 callers
Function
get_moon_phases
Get the phases of the moon for today and the next 3 days Using this API: <https://api.viewbits.com/v1/moonphase>
src/main.rs:483
↓ 1 callers
Function
get_nws_weather_periods
Get the morning/night weather for the next 7 days (including today) Using this API: <https://api.weather.gov/>
src/main.rs:466
↓ 1 callers
Function
get_open_meteo_weather
Get the forecast for the next 7 days as well as today's weather conditions Using this API: <https://api.open-meteo.com/v1/forecast>
src/main.rs:420
↓ 1 callers
Method
handle_events
Updates the application's state based on user input
src/main.rs:392
↓ 1 callers
Method
handle_key_event
(&mut self, key_event: KeyEvent)
src/main.rs:404
↓ 1 callers
Function
render_temperature_scatterplot
Renders the scatterplot to show the temperature for the rest of the current day
src/main.rs:174
↓ 1 callers
Method
run
Runs the application's main loop until the user quits
src/main.rs:300
Function
main
()
src/main.rs:497