index
:
fuelnearme
improvements
main
Use Fuel Finder service to find cheaper fuel near a location
Alex Schofield
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
main.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
add raise to get_location() and exit in main()
Alex Schofield
2026-04-27
1
-3
/
+7
*
use built-in type annotation for tuple in get_latest_data()
Alex Schofield
2026-04-27
1
-1
/
+1
*
improve invalid sort arg message by adding choices
Alex Schofield
2026-04-27
1
-1
/
+1
*
update data sanitation to not replace NaN with 0.00
Alex Schofield
2026-04-27
1
-16
/
+11
*
remove unused dedent import
Alex Schofield
2026-04-27
1
-1
/
+0
*
remove useless try-except block in get_latest_data()
Alex Schofield
2026-04-27
1
-10
/
+9
*
add user-agent header to request in get_latest_data()
Alex Schofield
2026-04-27
1
-1
/
+5
*
add type hints and error handling to get_latest_data()
Alex Schofield
2026-04-27
1
-2
/
+7
*
improve sort function to handle N/A fuel prices
Alex Schofield
2026-04-27
1
-2
/
+5
*
tabulate stations output in output_stations()
Alex Schofield
2026-04-25
1
-8
/
+14
*
replace match-case with dict lookup in sort function
Alex Schofield
2026-04-25
1
-15
/
+11
*
remove unused colorama import
Alex Schofield
2026-04-25
1
-1
/
+0
*
remove total stations output
Alex Schofield
2026-04-24
1
-2
/
+0
*
refactor get_location() to use type hints and instance checks
Alex Schofield
2026-04-24
1
-7
/
+6
*
remove unnecessary imports
Alex Schofield
2026-04-24
1
-4
/
+1
*
encapsulate all logic into separate functions
Alex Schofield
2026-04-24
1
-54
/
+76
*
wrap argument parsing in function
Alex Schofield
2026-04-24
1
-5
/
+9
*
initial commit
Alex Schofield
2026-04-14
1
-0
/
+91
git.ajschof.me
— hosted by
ajschofield
— powered by
cgit