Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mgorsk1/garbage-detector-ui
- Owner: mgorsk1
- Created: 2020-06-17T21:59:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T21:45:38.000Z (almost 2 years ago)
- Last Synced: 2024-11-01T09:27:31.740Z (about 2 months ago)
- Language: TypeScript
- Size: 338 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
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.