https://github.com/charlesgobina/psoas-va
This command-line utility fetches the number of vacant apartments from the PSOAS website.
https://github.com/charlesgobina/psoas-va
Last synced: 2 months ago
JSON representation
This command-line utility fetches the number of vacant apartments from the PSOAS website.
- Host: GitHub
- URL: https://github.com/charlesgobina/psoas-va
- Owner: charlesgobina
- Created: 2024-09-28T19:37:01.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-02-14T21:44:58.000Z (4 months ago)
- Last Synced: 2025-02-14T22:29:26.561Z (4 months ago)
- Language: JavaScript
- Size: 135 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PSOAS Vacant Apartments CLI
This command-line utility fetches the number of vacant apartments from the PSOAS website.
## Installation
1. Clone the repository:
```sh
git clone https://github.com/charlesgobina/psoas-va
cd psoas-va
```2. Install the dependencies:
```sh
npm install
```## Usage
To use this command-line utility, you can run the following command:
```sh
npm link
```
npm link will add the utility to your computer's path, which then enables you to use it anywhere on the terminalRun `psoas --help` to see all commands and options
## Acknowledgement
1. [PSOAS website](https://www.psoas.fi/en/)
## License :memo:
This project is [MIT](https://github.com/microverseinc/readme-template/blob/master/MIT.md) licensed