1.9.0 • Published 10 years ago

hajstory_client v1.9.0

Weekly downloads
1
License
-
Repository
bitbucket
Last release
10 years ago

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) ;
}) ;
    
1.9.0

10 years ago

1.7.0

10 years ago

1.6.0

10 years ago

1.5.0

10 years ago

1.4.0

10 years ago

1.3.0

10 years ago

1.2.0

10 years ago

1.1.0

10 years ago

1.0.0

10 years ago