https://github.com/anvk/tweet.feed
An example for the HTML5, CSS, Backbone, (AMD) Require.js, SASS, (PhoneGap) application for fetching a live feed from the Twitter based on the user query.
https://github.com/anvk/tweet.feed
Last synced: about 1 month ago
JSON representation
An example for the HTML5, CSS, Backbone, (AMD) Require.js, SASS, (PhoneGap) application for fetching a live feed from the Twitter based on the user query.
- Host: GitHub
- URL: https://github.com/anvk/tweet.feed
- Owner: anvk
- Created: 2012-09-19T03:02:49.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-10-08T01:26:54.000Z (over 12 years ago)
- Last Synced: 2025-02-03T12:49:00.259Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 349 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is one of my first Backbone web-based applications for fetching tweets based on a user query.
Application is available in Google Play store https://play.google.com/store/apps/details?id=alexeynovak.tweetfeed#?t=W251bGwsMSwxLDIxMiwiYWxleGV5bm92YWsudHdlZXRmZWVkIl0.This app is inspired by a live backbone collections explained here http://weblog.bocoup.com/backbone-live-collections/
and also inspired by work of addyosmani in his backbone-fundamentals repo https://github.com/anvk/backbone-fundamentalsTechnology used: Backbone, (AMD)Require.JS, SASS, HTML5, CSS3, JavaScript (as well as PhoneGap for the released version)
Note: this is just assets/www folder for the Android application. Full PhoneGap application is not included in this repo.