From 33463103b740218a251135892328cab02a5166cf Mon Sep 17 00:00:00 2001 From: Huei Tan Date: Wed, 27 May 2015 12:12:46 +0800 Subject: [PATCH] add SDK section for javascript-sdk-design --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index f864cc9..c5e3968 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,7 @@ A collection of awesome browser-side JavaScript libraries, resources and shiny * [Animations](#animations) * [Image processing](#image-processing) * [ES6](#es6) + * [SDK](#sdk) * [Misc](#misc) * [Other Awesome Lists](#other-awesome-lists) * [Contributing](#contributing) @@ -607,6 +608,10 @@ Besides libraries, there're [Collection on Codepen](http://codepen.io/collection * [6to5](https://github.com/sebmck/6to5) - Turn ES6+ code into vanilla ES5 with no runtime. * [Traceur compiler](https://github.com/google/traceur-compiler) - ES6 features > ES5. Includes classes, generators, promises, destructuring patterns, default parameters & more. +## SDK + +* [javascript-sdk-design](http://github.com/huei90/javascript-sdk-design) - Javascript SDK design guide extracted from work and personal experience + ## Misc * [echo](https://github.com/toddmotto/echo) - Lazy-loading images with data-* attributes. [![](http://spmjs.io/badge/echo.js)](http://spmjs.io/package/echo.js)