Files
meteor/docs/client/packages/amplify.html
2012-04-27 10:21:21 -07:00

16 lines
484 B
HTML

<template name="pkg_amplify">
{{#better_markdown}}
## `amplify`
Amplify 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.
For more information about Amplify, see <a href="http://amplifyjs.com/">http://amplifyjs.com/</a>.
{{/better_markdown}}
</template>