Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chroma-sdk/chroma-core
Chroma REST API for .NET Core
https://github.com/chroma-sdk/chroma-core
Last synced: 3 months ago
JSON representation
Chroma REST API for .NET Core
- Host: GitHub
- URL: https://github.com/chroma-sdk/chroma-core
- Owner: chroma-sdk
- Created: 2017-05-25T22:22:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-26T19:59:08.000Z (about 7 years ago)
- Last Synced: 2024-07-17T15:00:28.802Z (4 months ago)
- Language: C#
- Homepage:
- Size: 760 KB
- Stars: 8
- Watchers: 4
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-chroma - Chroma Core - Razer Chroma REST API libary for .NET Standard (SDK Libraries / Official Integrations)
README
# Chroma .Net Core API
[![Build status](https://ci.appveyor.com/api/projects/status/48c2i57yv44l82ar?svg=true)](https://ci.appveyor.com/project/njbmartin/chroma-core) [![CircleCI](https://circleci.com/gh/chroma-sdk/chroma-core.svg?style=svg&circle-token=1d117227f7c59513ccb727fd6e4911d8d283f132)](https://circleci.com/gh/chroma-sdk/chroma-core)API for Razer Chroma SDK 2.x
## Examples
To run the example server app:
* clone the repository
* Install Microsoft .Net Core SDK or Runtime >= 2.0 [Download](https://www.microsoft.com/net/download/core#/runtime)
* goto example/src/ChromaServer
* type dotnet restore
* type dotnet run
* open your default browser and type [http://localhost:5000/chroma](http://localhost:5000/chroma)