public
Description: An app demostrating how to create a javascript widget using the API published by a third party
Homepage:
Clone URL: git://github.com/neerajdotname/javascript_widget.git
neerajdotname (author)
Fri Aug 07 09:46:58 -0700 2009
commit  798904f5e26b896036665c157df1319575062dbc
tree    1f7e49fb0c8160d152028a2dcaaed05bee53b3ee
parent  cdb808892d0bbf7d0dad653d2881ab8afe3e05d3
name age message
file .gitignore Fri May 29 09:28:20 -0700 2009 first commit [neerajdotname]
file Capfile Fri May 29 09:46:37 -0700 2009 adding application.rb [neerajdotname]
file README.markdown Fri May 29 12:20:38 -0700 2009 updated README and changed it to markdown [neerajdotname]
file Rakefile Fri May 29 09:28:20 -0700 2009 first commit [neerajdotname]
directory app/ Fri Aug 07 09:46:58 -0700 2009 done [neerajdotname]
directory config/ Wed Jul 22 10:59:09 -0700 2009 work in progress [neerajdotname]
directory db/ Fri May 29 09:28:20 -0700 2009 first commit [neerajdotname]
directory doc/ Fri May 29 09:28:20 -0700 2009 first commit [neerajdotname]
directory public/ Fri Aug 07 09:46:58 -0700 2009 done [neerajdotname]
directory script/ Fri May 29 09:28:20 -0700 2009 first commit [neerajdotname]
directory test/ Tue Jul 21 13:19:26 -0700 2009 step11 [neerajdotname]
directory vendor/ Wed Jul 22 10:59:09 -0700 2009 work in progress [neerajdotname]
README.markdown

Introduction

This is an app which illustrates how to create a javascript widget. In this app API published by a third party is read and a widget is created. You can checkout the final version of the widget at

Live Demo

Final result

http://cal.neeraj.name/step10/widget

If you want to follow step by step progress then go to

http://cal.neeraj.name

Installation instruction

sudo gem install httparty
git clone git@github.com:neerajdotname/javascript_widget.git 
cd javascript_widget
ruby script/server

that's it. Now visit http://localhost:3000

Feedback

Email me: neerajdotname [at] gmail (dot) com

License

Copyright (c) 2009 neerajdotname

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.