Skip to content

JamesxX/psapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pointshop API (PSAPI)

A minimal node module providing utility methods read and write data from a MySQL server containing pointshop data. Get the module here npm version

Installation

  npm install psapi --save

Usage

var psapi = require('psapi'),
    PSConnection = psapi.Connection;

var Pointshop = new PSConnection('0.0.0.0', 'root', '', 'db', function( API ){
	API.GetUser('5465432168').AddItem('ItemName', [], false);
});

Tests

npm test

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.

Release History

  • 1.1.2 Rearanged file structure
  • 1.1.0 Bug fixes, proper tests.
  • 1.0.0 Initial release

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published