Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/previousdeveloper/evender
Event Finder Restful Service In Turkey
https://github.com/previousdeveloper/evender
Last synced: about 1 month ago
JSON representation
Event Finder Restful Service In Turkey
- Host: GitHub
- URL: https://github.com/previousdeveloper/evender
- Owner: previousdeveloper
- License: mit
- Created: 2015-08-31T20:16:14.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-09-01T22:50:26.000Z (about 2 years ago)
- Last Synced: 2024-04-14T13:52:58.948Z (7 months ago)
- Language: Java
- Homepage:
- Size: 18.6 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Evender
Evender is a events provider which gets different events website.
### Usage
Note: Install Java 8.
1. Import project into any IDE.
2. Run **Server** (Evender runs on an embedded Jetty web server)
### TESTING
#### City based event search
```xml
localhost:8080/city/ankara
```#### Get all events
```xml
localhost:8080/event
```#### Get ZorluCenter event
```xml
localhost:8080/zorluevent
```### Resource Website
[Etkinliktakvimi](http://etkinliktakvimi.org/)
[ZorluCenter](http://www.zorlucenterpsm.com)
[Etkinlik](http://www.etkinlik.com.tr/)
### Fork it for new resource :)