Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wzr1337/rsi.serviceregistry
This project implements a service registry mock for the Volkswagen Infotainment Web Interface (viwi/RSI) as published under https://www.w3.org/Submission/2016/01/.
https://github.com/wzr1337/rsi.serviceregistry
Last synced: 4 days ago
JSON representation
This project implements a service registry mock for the Volkswagen Infotainment Web Interface (viwi/RSI) as published under https://www.w3.org/Submission/2016/01/.
- Host: GitHub
- URL: https://github.com/wzr1337/rsi.serviceregistry
- Owner: wzr1337
- License: mit
- Created: 2018-02-15T11:39:58.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-25T20:39:59.000Z (almost 6 years ago)
- Last Synced: 2024-11-10T18:34:59.215Z (2 months ago)
- Language: TypeScript
- Homepage: http://hack.muckibu.de
- Size: 137 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# RSI service registry module
This project implements a service registry mock for the Volkswagen Infotainment Web Interface (viwi/RSI) as published under [https://www.w3.org/Submission/2016/01/](https://www.w3.org/Submission/2016/01/).
## Development
Anyone is invited to join our forces and help implement, test or document the software provided inhere.### Install local dependencies
To install the server's dependencies, run the following command```sh
$ npm install
```### Build it
To build the server, use```sh
$ npm run build
```## License (MIT)
Copyright (c) 2018 Dr. Patrick Bartsch
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.