BoyCook / TwitterJSClient

Twitter client written in JavaScript packaged as a node module
GNU General Public License v2.0
562 stars 176 forks source link

remove unused line and update readme #51

Closed mcsharps closed 7 years ago

mcsharps commented 7 years ago

ahh shoot apparently you need to have the dotenv package to use .env files, http://stackoverflow.com/questions/22312671/node-js-setting-environment-variables/28821696#28821696

I'll do another pr with the package included, but you may just want to keep the library small and just have users set it on the command line when running their own apps.