Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rbarilani/solution-center-communicator
Tool for facilitating communication between the Zalando Solution Center and its APIs
https://github.com/rbarilani/solution-center-communicator
Last synced: 21 days ago
JSON representation
Tool for facilitating communication between the Zalando Solution Center and its APIs
- Host: GitHub
- URL: https://github.com/rbarilani/solution-center-communicator
- Owner: rbarilani
- License: mit
- Created: 2016-06-08T09:37:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-06-08T10:06:14.000Z (over 8 years ago)
- Last Synced: 2024-11-09T07:31:51.441Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Solution Center Communicator
Tool for facilitating communication between the Zalando Solution Center and its APIs### Usage
Currently, the communicator is meant for indirect use via [solution-center-login](https://github.com/zalando-incubator/solution-center-login). See [Usage Instructions](https://github.com/zalando-incubator/solution-center-login#usage) for more info.
Direct use of the communicator is in the works.
### DevelopClone the repository, then run:
```shell
npm install
bower install
```Install Gulp via npm if you don't have it
```shell
npm install -g gulp
```#### Available commands
* `gulp`: build and test the project
* `gulp build`: build and lint the project, creating new files in `dist`
* `gulp test`: build, lint, and run tests### License
The MIT License (MIT) Copyright © 2016 Zalando SE, [https://tech.zalando.com](https://tech.zalando.com)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.