- Twitter API works and MongoDB, but no views! terminal is my view!
- ignore the whole public folder
- if not MongoDB is not install
- brew update
- brew install mongodb
- npm install
- sign up as twitter developer and retrieve tokens then insert the tokens with the following variable names into the .env file (make sure your editor shows hidden files) and put your twitter handle as the
- TWITTER_CONSUMER_KEY TWITTER_CONSUMER_SECRET TWITTER_ACCESS_TOKEN TWITTER_ACCESS_SECRET
- npm run attempt
- you should see your tweets in the terminal!