Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
sreality-client
Advanced tools
Javascript API client for the Sreality REST API.
Parameters:
page = 1, pageSize = 5, regionType = 'municipality', regionId = 3468
Example:
const { fetchHouses } = require('sreality-client');
fetchHouses(1, 5, 'municipality', 3468).then((data) => {
console.log('My Houses...', data);
});
Parameters:
page = 1, pageSize = 5, regionType = 'municipality', regionId = 3468
Example:
const { fetchFlats } = require('sreality-client');
fetchFlats(1, 5, 'municipality', 3468).then((data) => {
console.log('My Flats...', data);
});
Parameters:
page = 1, pageSize = 5, regionType = 'municipality', regionId = 3468
Example:
const { fetchParcels } = require('sreality-client');
fetchParcels(1, 5, 'municipality', 3468).then((data) => {
console.log('My Parcels...', data);
});
npm run build
Run all the tests suite:
npm test
npm run test:coverage
npm run eslint
This is not an official API. I am not affiliated with Sreality.cz in any way, and am not responsible for any damage that could be done with it.
I have only implemented very few functions that I need for a project.
I'd be happy to give up this library for an official and supported library.
I have built this library to retrieve properties from the REST API.
FAQs
API Client for sreality.cz
We found that sreality-client demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.