Skip to content
This repository has been archived by the owner on Nov 19, 2020. It is now read-only.
/ botfiddle Public archive

Quick React/Redux demo project that provides a jsFiddle style bot sandbox

Notifications You must be signed in to change notification settings

unframework/botfiddle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BotFiddle

Quick React/Redux demo project that provides a jsFiddle style bot sandbox.

Local Development

Ensure ngrok is running. Paste the URL + /fb-webhook/ into webhooks.

npm install

cat <<EOF > env.sh
export APP_ID=1753708654953441
export APP_SECRET=
export PAGE_TOKEN=
export MESSENGER_ID=352007191828560
EOF

. env.sh
supervisor --extensions js,jsx index.js

About

Quick React/Redux demo project that provides a jsFiddle style bot sandbox

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published