Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 637 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 637 Bytes

Graphing twitter users

Graphing relations between users in twitter via replys of tl tweets.

Usage

  1. On the command line type npm install
  2. On the command line type npm start
  3. Open browser on localhost:3000 and enjoy app

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

History

Developed initially on HackEPS 2017

Credits

  • Scripting and scrapping by: Guillem Ramirez (teleportex)
  • Web app by: Bernat Torres (bernatixer)