aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Schofield <git@ajschof.me>2026-05-03 14:00:32 +0100
committerAlex Schofield <git@ajschof.me>2026-05-03 14:00:32 +0100
commit35b68e14162c722c3103f2a6168f0ab205e9c2c2 (patch)
treee19ee2a4de3567dde3b47ab896f02a1b13520838
parent7777cb3bf181175460f36bbe9bd510a4aefe8f39 (diff)
downloadfuelnearme-35b68e14162c722c3103f2a6168f0ab205e9c2c2.tar.gz
fuelnearme-35b68e14162c722c3103f2a6168f0ab205e9c2c2.zip
update README
-rw-r--r--README.md16
1 files changed, 0 insertions, 16 deletions
diff --git a/README.md b/README.md
index c7173df..ecd964a 100644
--- a/README.md
+++ b/README.md
@@ -35,19 +35,3 @@ activate it, and then install the dependencies from the `requirements.txt`.
```
pip install -r requirements.txt
```
-
-## To-Do & Goals
-
-- [ ] ~~Access data via API (requires OAuth 2.0 credentials)~~ (*The API is unsuitable
-in its current station for this project*)
-- [ ] Improve aesthetics of output (i.e. table view)
-- [ ] Create installable Python package for CLI
-- [ ] Show premium diesel prices
-- [ ] Avoid `for` loops - use NumPy operations to speed up operations
-- [ ] Use bounding boxes to discard stations outside of coordinate ranges (e.g. ±0.1 degrees)
-- [ ] Cache Nominatim results to reduce hits on API
-- [ ] Handle API timeouts using `while` loops
-- [ ] Add true cost of fuel - cheaper fuel further away but driving there still costs
-- [ ] Create a real-time TUI - **depends on API functionality**
-- [ ] Modularise the code - split into functions/classes
-- [ ] Replace `print` with `logging` module
git.ajschof.me — hosted by ajschofield — powered by cgit