Skip to content

Frontend component for Idleon-Insight. Displays a searchable table of results from the generated data

Notifications You must be signed in to change notification settings

Corbeno/Idleon-Insight-Frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Idleon Insight Frontend

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

Searching

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!

Preset Searches

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

Can I use the same data set for my own website?

Yes! Head on over to the Idleon Insight repository, which has instructions on how to use the JSON yourself.

I found something that is missing!

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.

About

Frontend component for Idleon-Insight. Displays a searchable table of results from the generated data

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published