diff --git a/README.md b/README.md index 8995454..35c2f0a 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) @@ -617,6 +618,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)