# Yet Another Firmware Selector
-Still in development state. OpenWrt can now create json files that can be globbed together. No need for heuristics on firmware names anymore.
+A simple OpenWrt firmware selector using autocompletion.
-```
-git clone ...
-cd yet*
-python3 -m http.server
-```
+![image](screenshot.png)
-Create a new `data.json` by using the `./collect.py bin > data.json` script.
+Run:
+
+* Download repository.
+* Go to project directory.
+* Start webserver (e.g. `python3 -m http.server`)
+* Go to `http://localhost:8000`
+
+## Update Database
+
+OpenWrt master has a feature to create json files. The included python script can merge all these files for a new data.json file: `./collect.py bin/ bin2/ > data.json`
+
+## Contributions
+
+It would be nice to have more features. E.g.:
+
+* more translations
+* help text for images
+* better CSS