Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/greendelta/olca-ipc-web-example


https://github.com/greendelta/olca-ipc-web-example

Last synced: 7 days ago
JSON representation

Awesome Lists containing this project

README

        

# olca-ipc-web-example

This is a small example application that demonstrates how the openLCA IPC API
can be called and integrated into a web-application. The example uses the
olca-ipc npm package, React, and Pico.css, is written in TypeScript, and
packaged with webpack. It just provides a small dialog for connecting to an IPC
server and calculating a product system. You can test the example application
here:

https://greendelta.github.io/olca-ipc-web-example

## Building from source

If you have a current version of Node.js and npm installed, you can build it
from source like this:

```bash
cd olca-ipc-web-example
npm install
npx webpack
```