This repo is for the frontend portion for https://idleoninsight.com, which displays parsed game data and makes it searchable for the videogame Idleon.
The code that does the parsing can be found here
The search feature accepts Regex and basic string searches (if invalid regex is applied). The following are examples of searches that might be useful:
https://idleoninsight.com/?search=weapon.*power
https://idleoninsight.com/?search=skill.*xp
https://idleoninsight.com/?search=money%7Ccash
Whenever you make a search, the URL is automatically updated to match, so you can share the results with your friends!
Insight also provides custom made searches for commonly searched bonuses! If you would like to add your own, either open a github issue or make the change yourself and open a pull request!
Adding a custom search is very easy. Simply add an entry to the file in src/customSearches.json
Yes! Head on over to the Idleon Insight repository, which has instructions on how to use the JSON yourself.
If you find anything in the game that isn't in this list, please create a Github issue. It doesn't have to be long or descriptive, just let me know! You can also make the changes yourself and create a pull request if you would like.