Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/researchstudio-sat/won-transport
https://github.com/researchstudio-sat/won-transport
bot won-bot
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/researchstudio-sat/won-transport
- Owner: researchstudio-sat
- Created: 2017-02-27T11:18:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T04:29:46.000Z (almost 2 years ago)
- Last Synced: 2024-03-26T12:30:45.192Z (8 months ago)
- Topics: bot, won-bot
- Language: Java
- Size: 275 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# won-transport
Code for applying the Web of Needs in the transport domain.
## Purpose
Besides the obvious goal of mediating between supply and demand in the transport domain, this project is intended as a showcase for making domain-specific web of needs functionality.## Build instructions
Make sure you have the `webofneeds` artifacts in your local repository (by locally building the [Webofneeds](https://github.com/researchstudio-sat/webofneeds/) project) and then use maven to build this project:
```
mvn install
```