mynamebrody / pizzadash

This is a node.js application that "hacks" your Amazon Dash Button to order you a Domino's pizza!
MIT License
185 stars 33 forks source link

actual purchase #1

Closed RIAEvangelist closed 9 years ago

RIAEvangelist commented 9 years ago

switch to dominos module

npm i --save dominos

this will go into your package.json

I suggest you do this for all of your modules then delete your node modules dir and push to git.

git add -A
git commit -m "cleaning up node modules"
git push 

Then after pushing add node_modules to your .git ignore

The reason you want to do this is so the user can run npm install from the root of your dir and they will get the right packages for their system and arch.

This is also the start to making this a module ;)

RIAEvangelist commented 9 years ago

btw here is the link to the domino's module

https://www.npmjs.com/package/dominos