Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/slevomat/termino-api-docs
API documentation for hotel synchronization with Termino/Slevomat
https://github.com/slevomat/termino-api-docs
Last synced: about 2 months ago
JSON representation
API documentation for hotel synchronization with Termino/Slevomat
- Host: GitHub
- URL: https://github.com/slevomat/termino-api-docs
- Owner: slevomat
- License: mit
- Created: 2023-10-30T14:13:22.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-04T08:46:36.000Z (9 months ago)
- Last Synced: 2024-04-04T09:42:33.810Z (9 months ago)
- Homepage: https://api.termino.eu/
- Size: 196 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Termino Hotel API OpenAPI Definition
## Working on your OpenAPI Definition
### Install
1. Install [Node JS](https://nodejs.org/).
2. Clone this repo and run `npm install` in the repo root.### Usage
#### `npm start`
Starts the reference docs preview server.#### `npm test`
Validates the definition.#### `npm run build-page`
Prepares the reference docs for deployment in dist folder.
Commit and push changes to GitHub to deploy to Github Pages.