Skip to content

Commit

Permalink
Update README and package
Browse files Browse the repository at this point in the history
  • Loading branch information
jingbof committed Sep 8, 2024
1 parent 2877222 commit 192572f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Typescript RETS Client

A **RETS (Real Estate Transaction Standard) Client** written in TypeScript, providing seamless access to real estate data. This repo is **forked from [aeq/rets-client](https://github.com/aequilibrium/rets-client)** and extended to support **REBGV (Real Estate Board of Greater Vancouver)** along with additional features like object location retrieval and handling multiple objects in a single request.
A **RETS (Real Estate Transaction Standards) Client** written in TypeScript, providing seamless access to real estate data. This repo is **forked from [aeq/rets-client](https://github.com/aequilibrium/rets-client)** and extended to support **REBGV (Real Estate Board of Greater Vancouver)** along with additional features like object location retrieval and handling multiple objects in a single request.

## Installation

Expand Down
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
{
"name": "@jingbof/rets-client",
"version": "0.3.12",
"version": "0.3.13",
"description": "RETS (Real Estate Transaction Standards) Client in Typescript",
"keywords": [
"typescript",
"rets",
"Real Estate Transaction Standards",
"mls",
"REBGV",
"TRREB"
],
"repository": {
"type": "git",
"url": "git+https://github.com/jingbof/rets-client.git"
Expand Down

0 comments on commit 192572f

Please sign in to comment.