add api catagory, Fix #23, Fix #29

This commit is contained in:
chencheng 2014-07-29 23:01:47 +08:00
parent a29ebfd003
commit 5eae546c92

View File

@ -29,6 +29,7 @@ A collection of awesome browser-side JavaScript libraries, resources and shiny
* [RegExp](#regexp)
* [Media](#media)
* [Voice Command](#voice-command)
* [API](#api)
* UI
* [Loading Status](#loading-status)
* [Validation](#validation)
@ -127,6 +128,7 @@ A collection of awesome browser-side JavaScript libraries, resources and shiny
* [canjs](https://github.com/bitovi/canjs) - Can do JS, better, faster, easier.
* [react](https://facebook.github.io/react/) - A library for building user interfaces. It's declarative, efficient, and extremely flexible. Works with a Virtual DOM.
## Templating Engines
*Templating engines allow you to perform string interpolation.*
@ -139,6 +141,7 @@ A collection of awesome browser-side JavaScript libraries, resources and shiny
* [JavaScript-Templates](https://github.com/blueimp/JavaScript-Templates) - < 1KB lightweight, fast & powerful JavaScript templating engine with zero dependencies.
* [t.js](https://github.com/jasonmoo/t.js) - A tiny javascript templating framework in ~400 bytes gzipped.
## Data Visualization
*Data visualization tools for the web.*
@ -324,6 +327,12 @@ There're also some great commercial libraries, like [amchart](http://www.amchart
* [voix.js](https://github.com/pazguille/voix) - A JavaScript library to add voice commands to your sites, apps or games.
## API
* [bottleneck](https://github.com/SGrondin/bottleneck) - A powerful rate limiter that makes throttling easy.
* [oauth-signature-js](https://github.com/bettiolo/oauth-signature-js) - JavaScript OAuth 1.0a signature generator for node and the browser.
## Loading Status
*Libraries for indicate load status.*