localtunnel
↔ buggy less stable alternative to ngrok
Source: localtunnel.github.io/www/
add script to package.json
"scripts": {
"webhook": "lt -p 5000 -s SOME_RANDOM_UNIQUE_SEQUENCE"
}
localtunnel
↔ buggy less stable alternative to ngrokSource: localtunnel.github.io/www/
"scripts": {
"webhook": "lt -p 5000 -s SOME_RANDOM_UNIQUE_SEQUENCE"
}