# nodejs-client-sample

A sample NodeJS project using the [`@neon-exchange/api-client-typescript`](https://www.npmjs.com/package/@neon-exchange/api-client-typescript) library.


## Getting started

Install the dependencies:

NPM
```
$ npm install
```

Yarn
```
yarn
```


## Usage

Start the sample client with the following:

NodeJS
```
node client.js
```

Yarn
```
yarn start
```
