diff --git a/README.md b/README.md index 511d3d7..e626aef 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,16 @@ Add the `LUNANODE_API_KEY` and `LUNANODE_KEY_ID` to your environment variables. $$$AUTOGEN$$$ +## TODO (looking for contributors) + +* [ ] Simplify code so there is less boilerplate. In particular, writing out every enum variant is pretty annoying when I need the same info out of them either way. +* [ ] Tests!!! I've written some, but this should be comprehensively tested. + * [ ] Write tests that involve talking with a live server! This will enable breaking changes from LunaNode to be seen before they are messed with. +* [ ] Stricter typing. Certain attributes, even though they are recieved as Strings, should really be some kind of `enum`. Make every non-String type some kind of enum. + ## Support This Project I don't take donations. -Please consider fixing a PR on one of my other projects: +Please consider supporting my business: [Bytetools Technologies Inc.](https://bytetools.ca/) which is how I make money. + -* [Odilia](https://github.com/odilia-app/odilia/) -- a screen reader for Linux