Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eyevinn/osaas-client-ts
Open Source Cloud Client SDK for Typescript
https://github.com/eyevinn/osaas-client-ts
Last synced: 5 days ago
JSON representation
Open Source Cloud Client SDK for Typescript
- Host: GitHub
- URL: https://github.com/eyevinn/osaas-client-ts
- Owner: Eyevinn
- License: mit
- Created: 2024-05-10T05:53:07.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-01T15:02:19.000Z (13 days ago)
- Last Synced: 2024-11-03T17:43:18.521Z (11 days ago)
- Language: TypeScript
- Size: 459 KB
- Stars: 1
- Watchers: 4
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
## Open Source Cloud Client Libraries for Javascript
Javascript client libraries for [Open Source Cloud](https://www.osaas.io). The Javascript client libraries for [Open Source Cloud API](https://api.osaas.io) are implemented in Typescript, for server-side use with Node and is [open source](https://github.com/Eyevinn/osaas-client-ts).
- [Signup for Open Source Cloud](https://app.osaas.io)
- [API Documentation](https://api.osaas.io)
- [Source code](https://github.com/Eyevinn/osaas-client-ts)### What is Open Source Cloud?
A software as a service based on open source with a unique transparent model where revenue is shared with the open source authors. Open Source Cloud offers media industry companies a quick way to incorporate open source in their solutions and the option to run the same software in-house as the source code is publicly available.
### Development
Prerequisites:
- Lerna (install with `npm install -g lerna`)
Install dependencies
```
npm install
```Build libraries
```
npm run build
```Release
```
npm run lerna:version
```Publish to NPM is then executed with GitHub actions.
We use conventional commits to enforce semantic versioning.