Martin Kronberg
Published

Intel Edison, Twitter API, and Cute Dogs

Can't decide which dog is cuter? Why not let the internet decide for you? This simple project uses the Intel Edison to scan Twitter for c...

BeginnerFull instructions provided2 hours614
Intel Edison, Twitter API, and Cute Dogs

Story

Read more

Code

Code snippet #1

Plain text
{  "name": "Twitter_Dogs",
  "description": "",
  "version": "0.0.0",
  "main": "main.js",
  "engines": {
    "node": ">=0.10.0"
  },
  "dependencies": {
    "twit": "latest"
  }
}

Code snippet #2

Plain text
npm install -g twit

Credits

Martin Kronberg
4 projects • 34 followers
I'm a Technical Evangelist at Intel. I make toasters talk to clouds.
Contact

Comments

Please log in or sign up to comment.