This project’s framework was originally generated with the Yeoman AngularJS Generator
version 0.15.1. Font Awesome was included using bower install fontawesome --save
.
OAuth Twitter authentication is done using OAuth.io’s JavaScript library.
Twitter Blockquote creates a “poster” for a single, memorable tweet. Although you can already generate a single tweet for embedding through Twitter’s own methods, it’s only appropriate for insertion into blogs and articles within existing web content platforms.
Blockquote, on the other hand, is resolution-independent. It can be used to feature a single quote on a standalone web page and can scale all the way up to enormous digital signage systems.
- Use an array to store a number of memorable tweets and cycle through them
- Use a definable timer to control the cycle
- Create a number of Blockquote themes
- Allow user to define a theme per Blockquote
- Integrate Animate.css to improve the feel of the presentation
- AngularJS
- Twitter Bootstrap
- PHP
Run grunt
for building and grunt serve
for preview. You may need to enable Cross-Origin Resource Sharing in your browser when you're testing on localhost. There's a Chrome plugin for that.
Running grunt test
will run the unit tests with karma.