hajstory_client

1.9.0 • Public • Published

Titanium Hajstory client lib

Hi there !!
this is private titanium module for serving Adilla hajstory app 
please follo the struction and give me feed back 
thank you
Needle

Installation

please notice no need for any download

goto Titanium console and type the following

$ npm install hajstory_client

Usage

/** including module file **/
var hsclient = require('hajstory_client') ;


/**
* sign up function for posting new registration 
* params for:
* `usr_name` path to the package.json file
* `usr_pass` the tip of the package dir
* `usr_email` the parent of the package dir
**/

/** set default language  **/
// hsclient.lang = 

/** calling net_signup function **/
hsclient.net_signup(usr_name, usr_pass, usr_email, brith_date, nationaly,
function (data) {
    console.log(data.status + ' : ' + data.msg) ;
}) ;
    

Readme

Keywords

none

Package Sidebar

Install

npm i hajstory_client

Weekly Downloads

1

Version

1.9.0

License

BSD

Last publish

Collaborators

  • rayeddev