salimkayabasi / anadolu-uni-conf

Source project of Anadolu Uni Rest API

Home Page:http://anadolu-uni-conf.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

  {
    "date": "2015-01-27T00:43:47.287Z"
  }

/schedule?skip=1&limit=1 it will give whole items from page

skip and page are optional filters

  [
    {
      "type": "-K-",
      "code": 5,
      "title": "Python ile Web Geliştiriciliği",
      "people": "Fatih Erikli - Halit Alptekin - Emre Yılmaz - Doğan Çecen"
    }
  ]

About

Source project of Anadolu Uni Rest API

http://anadolu-uni-conf.herokuapp.com


Languages

Language:JavaScript 100.0%