@famenun/web
v1.0.2
Published
SDK for creating Famenun web apps
Maintainers
Readme
Famenun SDK
Famenun SDK let's you acess all available APIs for Famenun Apps through high level and well explained SDK APIs.
- NPM based
- Well explained APIs and references
- Open Source
New Features!
- Now you can register hooks
- Some bugs removed
Installation
Famenun CLI requires Node.js v4+ to run.
Just get your hand on Famenun-CLI from NPM using following command
$ npm install @famenun/webor
$ npm i @famenun/webUsuage
While using through NPM
import * as SDK from "famenun/web"
(async () => {
await SDK.init("your-website-id"); // you ll get this from your devs console
})();While using though js file
<script src="./famenun_web_sdk.js"></script>
<script>
(async () => {
await __famenun__.init("your-website-id"); // you ll get this from your devs console
})();
</script>Development
Want to contribute? Great! We need contributers play with repo and let us know
Todos
- Write All Tests
- Better code
Important Resources
License
MIT
Free Utility, We all love that!
