Juuso Tapaninen ee7fd0be68 Refactored feeds in to services
Changed members route to use the GitHub service for data fetching
2015-02-02 23:11:56 +02:00
2015-01-14 18:14:37 +02:00
2015-02-02 23:11:56 +02:00
2015-02-02 23:11:56 +02:00
2015-01-14 18:14:37 +02:00
2015-01-14 18:14:37 +02:00
2015-01-14 18:14:37 +02:00
2015-01-18 16:20:29 +02:00

koodiklinikka.fi API

Codeship Status for koodiklinikka/koodiklinikka.fi-api

Start developing

  • Install node.js
$ git clone git@github.com:koodiklinikka/koodiklinikka.fi-api.git
$ cd koodiklinikka.fi-api
$ npm install
  • Create config.json file. See config.template.json for possible options. The config file consists of environment specific blocks. Environment variable NODE_ENV determines which block is used. If the environment variable is not present, the development block will be selected. all block is always used and the block selected is merged into it so that it overwrites the values defined in it.

$ npm start

Description
No description provided
Readme 229 KiB
Languages
JavaScript 99.9%
Procfile 0.1%