0.0.11 • Published 3 years ago

pushbox-node-sdk v0.0.11

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

DO NOT USE IT YET

Pushbox Node SDK

A sdk for Pushbox (https://github.com/eduardolagares/pushbox)

Installation

npm install pushbox-node-sdk

Usage

PushboxClient.init({
    provider_label: 'expo',
    system_label: 'mysystem',
    api_host: 'http://localhost',
    api_key: '#your-user-api-key',
    storage: AsyncStorage // Use AsyncStorage for React or another onde that you can setItem, getItem and removeItem
});

Tests

npm test

Contributing

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

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago