Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/l2fprod/mycatalog
A simple user interface to view all IBM Cloud services and export its content as Office documents
https://github.com/l2fprod/mycatalog
ibm ibm-cloud
Last synced: 1 day ago
JSON representation
A simple user interface to view all IBM Cloud services and export its content as Office documents
- Host: GitHub
- URL: https://github.com/l2fprod/mycatalog
- Owner: l2fprod
- License: other
- Created: 2016-07-04T13:26:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T12:06:51.000Z (20 days ago)
- Last Synced: 2024-10-29T14:35:37.612Z (20 days ago)
- Topics: ibm, ibm-cloud
- Language: JavaScript
- Homepage: https://mycatalog.weworkinthecloud.com
- Size: 364 MB
- Stars: 14
- Watchers: 7
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A simple user interface to view all IBM Cloud services and export its content as Office documents
My Catalog uses the IBM Cloud catalog API to show an aggregated view of all services from the catalog.
![](./public/icons/screenshot-mycatalog.png)
## Develop locally
1. Grab the latest resources
```
(cd generate; yarn; node generate.js)
```
1. Run a local web server
```
http-server -p 9080 docs
```
1. Run the UI and code :)
```
(cd ui; yarn; USE_LOCAL=true yarn serve)
```## License
My Catalog is licensed under the Apache License Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0).