Skip to content

node backend to reply to the SNIPS chatbot system with the local device's IP address

Notifications You must be signed in to change notification settings

haniawni/snips-IP-lookup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IP-Lookup

This is a simple SNIPS backend which replies to hermes/intent/haniawni:IpLookup messages with the local device's IP address.

Installation

Clone repo to your raspberry pi

I reccomend using git clone from the terminal of a pi after sshing in or the like.

Configure to run on boot

On a raspberry pi, add this line to your /etc/rc.local to run this program on boot

node /home/pi/snips-IP-lookup/ip-lookup-listener.js &

(note that you may need to modify the file path to match the local you've installed this in.)

About

node backend to reply to the SNIPS chatbot system with the local device's IP address

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published