New Tutorial: Creating a twitter sentiment application
Over in the github docs we've posted a new tutorial, a simple component showing the use of twitter as a datastore and a sentiment analysis dataservice. Check it out and when you're done you'll have a simple picture of how twitter is feeling today.
Tutorial: Creating a twitter sentiment application
While writing this tutorial, we realized that some things ought to be easier,
- Simple components can now set the Template class via config
- Css and javascript asset files are automatically included in the rendered template.
- Routes are more forgiving about leading slashes.
Doing more with less code, learning and improving the framework as we go.
[...] added a new data service for Viralheat sentiment analysis as part of our tutorial ‘Building a twitter sentiment analysis app’. Using sentiment analysis in your app can be a powerful tool for better understanding the [...]