{"id":23158742,"url":"https://github.com/greendelta/recirce-block-tool","last_synced_at":"2025-04-04T18:40:53.639Z","repository":{"id":210690571,"uuid":"687403935","full_name":"GreenDelta/recirce-block-tool","owner":"GreenDelta","description":null,"archived":false,"fork":false,"pushed_at":"2023-12-04T10:02:24.000Z","size":300,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-10T03:46:18.767Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GreenDelta.png","metadata":{"files":{"readme":"README.org","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-09-05T09:37:10.000Z","updated_at":"2023-12-04T10:28:05.000Z","dependencies_parsed_at":"2023-12-04T12:39:39.318Z","dependency_job_id":null,"html_url":"https://github.com/GreenDelta/recirce-block-tool","commit_stats":null,"previous_names":["greendelta/recirce-block-tool"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GreenDelta%2Frecirce-block-tool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GreenDelta%2Frecirce-block-tool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GreenDelta%2Frecirce-block-tool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GreenDelta%2Frecirce-block-tool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GreenDelta","download_url":"https://codeload.github.com/GreenDelta/recirce-block-tool/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247234840,"owners_count":20905852,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-17T22:27:23.600Z","updated_at":"2025-04-04T18:40:53.619Z","avatar_url":"https://github.com/GreenDelta.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"#+title: ReCircE - Block Tool\n\nThe ReCircE Block-Tool calculates recycling rates and CO2 footprints of waste treatment scenarios of complex products. It is a web-application that was developed in the [[https://www.recirce.de/][ReCircE project]].\n\n* Building from source\n\nThe tool is a React application with a back-end written in Go. Thus, in order to build the tool from source you need to have a current version of Node and Go installed. The front-end can be compiled like this (=npx webpack watch= during development):\n\n#+begin_src shell :results output\nnpm install\nnpx webpack  # watch\n#+end_src\n\nThis will produce the artifacts for the user interface in the =static= folder. The back-end can be build like this:\n\n#+begin_src shell :results none\ncd server \u0026\u0026 \\\n    go build -o ../app \u0026\u0026 \\\n    cd ..\n#+end_src\n\nThe server can be then simply started like this:\n\n#+begin_src shell :results none\n./app\n#+end_src\n\nThis will create a database in the =data= folder and start the application at port =8080= serving the files from the =static= folder. Navigating your browser to [[http://localhost:8080][http://localhost:8080]] should bring you to the tool then. You can also specify alternative settings for the tool like this:\n\n#+begin_src shell\n./app -data DATA_DIR -static WEB_DIR -port PORT\n#+end_src\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgreendelta%2Frecirce-block-tool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgreendelta%2Frecirce-block-tool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgreendelta%2Frecirce-block-tool/lists"}