Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mgorsk1/garbage-detector-ui

Web application serving as UI for garbage-detector-app
https://github.com/mgorsk1/garbage-detector-ui

Last synced: 5 days ago
JSON representation

Web application serving as UI for garbage-detector-app

Awesome Lists containing this project

README

        

Garbage collector Web app
=========================

Building
--------
`make build`

Running
-------
`make run`

Browser client
--------------
`http://localhost:3000`

Pushing messages
----------------
```
POST http://localhost:9000/collections
Content-Type: application/json

{
"user": "Mariusz",
"image": "https://test.url",
"class": "paper"
}
```

Available classes: paper, plastic, glass, rest.