Skip to content

perusworld/node-ifttt-service-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.js IFTTT Service Starter

NOTE: needs the following for now on heroku

heroku config:set NPM_CONFIG_PRODUCTION=false
heroku config:set SERVICE_KEY=<service key from ifttt service>

Run

  • Bash
npm run build && npm start
  • Powershell
npm run build ; npm start

URL

Local