Skip to content

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
  • Loading branch information
meltingice committed Oct 19, 2010
1 parent 5f032c3 commit fb32444
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ JSONP-Fu is a project inspired by the latest design of <a href="http://meltingic

JSONP-Fu is a similar idea to oEmbed, but uses a different API and works a bit differently. Instead of throwing a whole URL at an API endpoint, we simply call the API with our parameters and use the JSON data thats returned.

Oh and by the way, JSONP-Fu passes JSLint with these options:

<pre>
/*jslint white: true, browser: true, devel: true, fragment: true, onevar: true, undef: true, nomen: true, eqeqeq: true, bitwise: true, regexp: true, newcap: true, immed: true */
</pre>

<h1>Project To-Do</h1>

* Write more plugins (and finish incomplete ones)!
Expand Down

0 comments on commit fb32444

Please sign in to comment.