Enter keywords and click search, it will generate a network graph. And keywords support multiple languages.Checkout supported languages
░██╗░░░░░░░██╗██╗██╗░░██╗██╗ ░██████╗░██████╗░░█████╗░██████╗░██╗░░██╗
░██║░░██╗░░██║██║██║░██╔╝██║ ██╔════╝░██╔══██╗██╔══██╗██╔══██╗██║░░██║
░╚██╗████╗██╔╝██║█████═╝░██║ ██║░░██╗░██████╔╝███████║██████╔╝███████║
░░████╔═████║░██║██╔═██╗░██║ ██║░░╚██╗██╔══██╗██╔══██║██╔═══╝░██╔══██║
░░╚██╔╝░╚██╔╝░██║██║░╚██╗██║ ╚██████╔╝██║░░██║██║░░██║██║░░░░░██║░░██║
░░░╚═╝░░░╚═╝░░╚═╝╚═╝░░╚═╝╚═╝ ░╚═════╝░╚═╝░░╚═╝╚═╝░░╚═╝╚═╝░░░░░╚═╝░░╚═╝
Version: 0.1.0
A Wikipedia search visualization tool
USAGE:
wiki-graph [FLAGS] [OPTIONS] <SUBCOMMAND>
FLAGS:
-d, --debug Activate debug mode
--help Prints help information
--proxy Using proxy network
-V, --version Prints version information
OPTIONS:
-h, --host <host> Set host [default: 0.0.0.0]
-p, --port <port> Set port [default: 3690]
SUBCOMMANDS:
api start a api service
app start a app service
help Prints this message or the help of the given subcommand(s)
-
installation rust
-
run
cargo run app
to start a service inhttp://0.0.0.0:3690
-
or use binary in
target/debug/
ortarget/build/
to runwiki-graph app
to start a service
-
installation hero CLI
-
run commands
heroku login
heroku git:clone -a wiki-graphs
cd wiki-graphs
git add .
git commit -am "hello heroku"
git push heroku master
docker run -d -p 3690:3690 francisdu/wiki-graph