Skip to content

NinjaBot to let you the current weather based on location

Notifications You must be signed in to change notification settings

puttareddy/fb-weather-bot

Repository files navigation

FaceBook Weather chatbot

This chatbot uses Facebook Messenger API + Wit.ai + Open Weather Map.

Architecture

Story

Build

yarn install
npm run build

Wit.ai story

Story

Execute

NODE_ENV=production \
PORT=3000 \
FB_VERIFY_TOKEN=<VERIFY TOKEN> \
FB_PAGE_ACCESS_TOKEN=<PAGE ACCESS TOKEN> \
WIT_TOKEN=<WIT API TOKEN> \
OPEN_WEATHER_API_KEY=<OPEN WEATHER MAP API KEY> \
node dist/index.js

References

About

NinjaBot to let you the current weather based on location

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published