SDK for creating Famenun native apps
npm install @famenun/sdkFamenun 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
- Now you can register hooks
- Some bugs removed
Famenun CLI requires Node.js v4+ to run.
Just get your hand on Famenun-CLI from NPM using following command
``sh`
$ npm install @famenun/sdk`
orsh`
$ npm i @famenun/sdk
While using through NPM
``
import * as SDK from "@famenun/sdk"
const api = SDK.init(true); // optional to pass boolean | true for debug mode`
While using though js file``
For now Famenun-CLI supports the following commands and we have plans to cover more commands in future very soon
| API | Usuage |
| ------ | ------ |
| AppGalaxyHandler | operations releated to famenun apps galaxy |
| BroadcastHandler | Generate broadcast request |
| ChatroomsHandler | Start chat with someone |
| ClubsHandler | Get user club info |
| DeviceHandler | get user device info |
| LinksHandler | open link or generate deeplink |
| NotificationsHandler | send notifications to user |
| PaymentsHandler | Generate payment request |
| ProfileHandler | Get user profile info and add shortcut to their profile |
| ToastHandler | Show some message to the user |
Want to contribute? Great!
We need contributers
play with repo and let us know
- Write All Tests
- Better code
- Add more functionality realted to project management
- Famenun For Developers
- Famenun App Docs
License
----
MIT
Free Utility, We all love that!