You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*This project is currently in **Beta**. Please open up an issue [here](https://github.com/mxenabled/mx-platform-node/issues) to report issues using the MX Platform API Node Library.*
1
+
*This project is currently in **Beta**. Please open up an issue [here](https://github.com/mxenabled/mx-platform-node/issues) to report issues using the MX Platform Node.js library.*
2
2
3
-
##MX Platform Node
3
+
# MX Platform Node.js
4
4
5
-
A Node.js library for the [MX Platform API](https://www.mx.com/products/platform-api).
5
+
The [MX Platform API](https://www.mx.com/products/platform-api) is a powerful, fully-featured API designed to make aggregating and enhancing financial data easy and reliable. It can seamlessly connect your app or website to tens of thousands of financial institutions.
6
6
7
-
###Documentation
7
+
## Documentation
8
8
9
-
See the [documentation](https://docs.mx.com/api).
9
+
Examples for the API endpoints can be found [here.](https://docs.mx.com/api)
10
10
11
-
### Install
11
+
##Requirements
12
12
13
-
To build and compile the typescript sources to javascript use:
14
-
15
-
```shell
16
-
$ npm install mx-platform-node
17
-
```
18
-
19
-
### Getting Started
20
-
21
-
The [openapi-generator](https://github.com/OpenAPITools/openapi-generator) creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
13
+
The generated Node module can be used in the following environments:
22
14
23
15
Environment
24
16
* Node.js
@@ -33,15 +25,31 @@ Module system
33
25
* CommonJS
34
26
* ES6 module system
35
27
28
+
## Installation
29
+
30
+
To build and compile the TypeScript sources to JavaScript use:
31
+
32
+
```shell
33
+
npm install mx-platform-node
34
+
```
35
+
36
+
## Getting Started
37
+
36
38
In order to make requests, you will need to [sign up](https://dashboard.mx.com/sign_up) for the MX Platform API and get a `Client ID` and `API Key`.
37
39
40
+
Please follow the [installation](#installation) procedure and then run the following code to create your first User:
This project was generated by the [OpenAPI Generator](https://openapi-generator.tech). To generate this library, verify you have the latest version of the `openapi-generator-cli` found [here.](https://github.com/OpenAPITools/openapi-generator#17---npm)
76
+
77
+
Running the following command in this repo's directory will generate this library using the [MX Platform API OpenAPI spec](https://github.com/mxenabled/openapi/blob/master/openapi/mx_platform_api_beta.yml) with our [configuration and templates.](https://github.com/mxenabled/mx-platform-ruby/tree/master/openapi)
Bug reports and pull requests are welcome on [GitHub](https://github.com/mxenabled/mx-platform-node).
88
+
Please [open an issue](https://github.com/mxenabled/mx-platform-node/issues) or [submit a pull request.](https://github.com/mxenabled/mx-platform-node/pulls)
0 commit comments