1.0.3 • Published 2 years ago

st-api-com v1.0.3

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

st-api-com

SpaceTraders API Communicator

A Simple API Wrapper for the space traders API.

Provides all the requests for you. Returns the response for you to parse and use to your desire.

// There is only one event -> 'error'

NameOfCommunicatorInstance.on('error', (error) => { 
    console.log(err.message);
    // error will always be an Error Object
    });
1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago