Files
meteor/docs/client/packages/amplify.html
2014-01-20 00:03:01 -08:00

15 lines
396 B
HTML

<template name="pkg_amplify">
{{#markdown}}
## `amplify`
[Amplify](http://amplifyjs.com/) provides a simple cross-browser API for HTML5 local storage, an
in-browser communication channel for loosely coupling application
components, and several useful utility functions.
Amplify defines a global namespace `amplify` on the client only. It does
not run on the server.
{{/markdown}}
</template>