1.0.0 • Published 3 years ago

onemesdk1 v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

OneMeSDK

This package contains the dependencies and documentation to add OneMe functionality to your node.js backend.

Instalation

npm install OneMeSDK --save

Then....

import oneMe from 'OneMeSDK' const OneMeConfig = { "projectId": "onemeapp-c7476", "buid": BUSINESSID //RETRIEVE THIS VALUE FROM THE BUSINESS PORTAL, "bidPassword": BUSINESSPASSWORD //RETRIEVE THIS VALUE FROM THE BUSINESS PORTAL, "apiKey": "AIzaSyDcI6i58VyeG7Vfc97lhUhl2FbwrmKxvXA", "authDomain": "onemeapp-c7476.firebaseapp.com", "appId": "1:824485992095:web:e077539e9cf3df9c0ab4aa", "storageBucket": "onemeapp-c7476.appspot.com", "messagingSenderId": "824485992095" }