https://github.com/markhamilton/node-entrata
Easy entrata API wrapper (WIP)
https://github.com/markhamilton/node-entrata
Last synced: 4 months ago
JSON representation
Easy entrata API wrapper (WIP)
- Host: GitHub
- URL: https://github.com/markhamilton/node-entrata
- Owner: markhamilton
- Created: 2023-05-25T00:52:16.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-25T01:15:01.000Z (almost 2 years ago)
- Last Synced: 2024-08-13T07:03:28.466Z (8 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - markhamilton/node-entrata - Easy entrata API wrapper (WIP) (JavaScript)
README
# Entrata API for Node
This is a work in progress, I am basically adding endpoints as I need them.
I figure I might as well make it public, if you want to contribute, feel free to submit a pull request.
## Usage
```bash
npm install -s [email protected]:markhamilton/node-entrata.git
```Check test.js for general usage. Unfortunately I don't have time to make more robust documentation.