Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ktoso/next-up-on-geecon
Backbone JavaScript app to display tweets and session information :-)
https://github.com/ktoso/next-up-on-geecon
Last synced: 29 days ago
JSON representation
Backbone JavaScript app to display tweets and session information :-)
- Host: GitHub
- URL: https://github.com/ktoso/next-up-on-geecon
- Owner: ktoso
- Created: 2011-03-19T15:19:21.000Z (almost 14 years ago)
- Default Branch: gh-pages
- Last Pushed: 2014-05-15T10:48:42.000Z (over 10 years ago)
- Last Synced: 2024-12-07T01:44:17.235Z (about 1 month ago)
- Language: JavaScript
- Homepage: http://geecon.org
- Size: 22.4 MB
- Stars: 1
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
Next Up On GeeCON
=================
Is a (more or less) simple **pure JavaScript** app that'll be used to display data about upcomming sessions during breaks during **GeeCON 2011** in Cracow.
The app will be displayed on big cinema screens... :-)Want to see this app in action? Well, that's easy - just go to: http://ktoso.github.com/next-up-on-geecon
So, what is **GeeCON** actually...?
-----------------------------------
is a JVM centric (Java, Scala, Groovy, JRuby etc...) 4 day long conference organized by
the Polish Java User Group and the Poznań Java User Group each year in May - since 2009.
It's quite big there's always lots of interesting (and eager to have a chat about coding) people there and I'd highly recommend you'd check it out if you haven't yet heard about it. :-)Used tech
---------
The app relies on the following frameworks to get things done:* **Backbone.js** - a very awesome JavaScript MVC framework which made the development of this app a pure joy for the senses ;-)
* **underscore.js** - a simple 'functional' library for JavaScript, it's used internally by backbone and by me for some \_.filter, \_.map(), \_.fold() fun :-)
* **jQuery** - a quite big yet powerful lib everybody knows I guess. It's used here primarily to bind the app into the DOM and modify it. Oh, and it's also used here for AJAX stuff.
* **@anywhere** - I thought I'd use it (it's the new twitter API) but it turned out that it isn't supporting Status.search... (Though it's in it's documentation heh) so we're using plain old search.twitter.com here, and it runns really well ;-)License
-------
I'm releasing this code under the **FreeBSD License**, thus it's OpenSource and Free Software.Keep in mind that you **MUST** keep the copyright notice in your app based on top of this one, for more details, please visit wikipedia, or better contact me about your doubts. Anyways, I'll happily agree to let you use this software as long as you mention GeeCON abd keep the copyright notice :-)