I need a quick way to search for something in a japanese/english dictionary from the terminal so I made this... This is still sort of in beta/alpha, please don't use it. I'm using ncurses and curl so make sure that the proper libraries are installed in your system when compiling the project.
If you want help, thank you! Please clone this repository, and sent a pull request on github. Don't forget to add your name in the credits section of this readme file.
- Main code by @thelmuxkriovar
- json.hpp by @nlohmann
- urlencode function by @elnormous