dorellang / ArcDiagramVisualization
Project infos
| License | MIT |
| Tags | roassal2 visualization twitter |
| Creation date | 2014-05-30 |
| Website | doesnt.have.a.site/yet |
Monticello registration
About ArcDiagramVisualization
Experiment with arc diagram visualization in Roassal2
HOW TO GET RUNNING THIS
First run this to install dependencies for the twitter client (required for the twitter example)
Gofer it url: 'http://mc.stfx.eu/ZincHTTPComponents'; package: 'ConfigurationOfZincHTTPComponents'; load. ConfigurationOfZincHTTPComponents project latestVersion load: 'SSO'.
Gofer it url: 'http://mc.stfx.eu/Neo'; package: 'Neo-JSON-Core'; package: 'Neo-JSON-Tests'; load.
Then load all packages from this repository into your image.
Log the application in twitter by running this, and replacing 'yourKey' and 'yourSecret' with the key and secret from your own twitter app (you can create one at http://apps.twitter.com/).
| login | login := Login key: ‘yourKey’ secret: ‘yourSecret’. login save.
ENJOY
Twitter-Core and Twitter-Tests are old packages from this project: http://smalltalkhub.com/#!/~arturozambrano/TwitterRoassalPlayGround
