Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chroma-sdk/chroma-core

Chroma REST API for .NET Core
https://github.com/chroma-sdk/chroma-core

Last synced: about 2 months ago
JSON representation

Chroma REST API for .NET Core

Awesome Lists containing this project

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)