Skip to content

Instantly share code, notes, and snippets.

@Hunachi
Created January 17, 2018 14:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Hunachi/d8fdc1d6119bd218f9156aa340700534 to your computer and use it in GitHub Desktop.
Save Hunachi/d8fdc1d6119bd218f9156aa340700534 to your computer and use it in GitHub Desktop.
~:google-home-notifier hunachi$ node main.js
Endpoints:
https://c3e9c750.ngrok.io/google-home-notifier
GET example:
curl -X GET https://c3e9c750.ngrok.io/google-home-notifier?text=Hello+Google+Home
POST example:
curl -X POST -d "text=Hello Google Home" https://c3e9c750.ngrok.io/google-home-notifier
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment