JSPM

@lvivier/rets.js

0.0.8
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 27
  • Score
    100M100P100Q39653F
  • License MIT

Simplified RETS Node Client

Package Exports

  • @lvivier/rets.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@lvivier/rets.js) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

rets.js Travis Coverage Status

Simplified RETS Node Client

rets.js aims to simplify interacting with Real Estate Transaction Standard compliant servers using Node.js. Specifically RETS Version 1.8. It is an effort to bring a properly functioning and performant libRETS implementation to the Node.js community.

This library is not a libRETS wrapper, but seeks to provide a similar API interface while offering additional feature support that Node.js developers have come to rely on like events and streaming.

A secondary but still important goal is to keep the code as simple to read as possible to help developers understand the RETS Specification.

More information about RESO and the RETS 1.8 Specification can be found at the RESO and Specification Documentation sites respectively.

Install

npm install --save rets.js

Testing

npm run test-watch

Examples

You can find a number of examples in the examples directory

Contributing

See CONTRIBUTING for details on submitting patches and the contribution workflow.

License

See LICENSE