Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/salimkayabasi/anadolu-uni-conf
Source project of Anadolu Uni Rest API
https://github.com/salimkayabasi/anadolu-uni-conf
Last synced: 7 days ago
JSON representation
Source project of Anadolu Uni Rest API
- Host: GitHub
- URL: https://github.com/salimkayabasi/anadolu-uni-conf
- Owner: salimkayabasi
- Created: 2015-01-27T00:32:03.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-06-26T09:28:26.000Z (over 2 years ago)
- Last Synced: 2024-04-10T13:58:47.516Z (7 months ago)
- Language: JavaScript
- Homepage: http://anadolu-uni-conf.herokuapp.com
- Size: 6.84 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Anadolu Uni REST API
====================Source project of given site `http://anadolu-uni-conf.herokuapp.com`
Installing
==========```
npm install
node server
```Usage
=====After installing node dependencies, you can run node application.
App will start at 8080 port by default```
localhost:8080
```URL Endpoints
=============`/` just returning a dummy date object
```json
{
"date": "2015-01-27T00:43:47.287Z"
}
````/schedule?skip=1&limit=1` it will give whole items from [page](http://ab2015.anadolu.edu.tr/index.php?menu=5&submenu=28)
`skip` and `page` are optional filters
```json
[
{
"type": "-K-",
"code": 5,
"title": "Python ile Web Geliştiriciliği",
"people": "Fatih Erikli - Halit Alptekin - Emre Yılmaz - Doğan Çecen"
}
]
```