Cihan Bebek f783a27045 Membership registration & payment API (#4)
* remove newrelic from use in devenv

* add endpoint for membership payments

* fix some wierd spaces

* minor code styling and logging stuff

* replace non-breaking spaces with normal ones

* remove duplicate function

* minor code styling

* add functionality for writing new member to google sheets

* add config example

* update example config, start using config in google credentials

* remove var creds from google sheets auth

* rename config.example to config.template and fix readme

* add async and google-spreadsheet packages

* rename workingWithRows to addRow

* return missing header from readme

* minor code styling

* flatten google config structure, add address fields

* add request validation to membership endpoint

* fix config field names

* more error handling, fix indentation
2017-07-08 20:23:16 +01:00
2015-11-24 20:36:48 +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

koodiklinikka.fi API

Codeship Status for koodiklinikka/koodiklinikka.fi-api

Start developing

  • Install Node.js with your preferred installation method.

  • Clone the repository and install dependencies.

    $ 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.

  • Start the development environment.

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