web-console for monitoring sunflower core
- connect to server with your access token, usually stored in sunflower.ipr or sunflower.json
const webConsole = new (require('./index.js'))
webConsole.connect("http://localhost:8082", "your access token generated by sunflower core")
// shutdown the remote server
webConsole.shutdown()