9 Commits

Author SHA1 Message Date
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
Riku Rouvila
862c1e57d7 add cors support 2015-11-24 21:29:06 +02:00
Niko Kurtti
3c46d90192 add newrelic monitoring for nodejs 2015-03-29 14:10:15 +03:00
Riku Rouvila
e8aced5cf5 log errors instead of error stacks 2015-03-05 21:55:48 +02:00
Riku Rouvila
c59e5127f7 add request logger 2015-02-13 01:21:05 +02:00
Juuso Tapaninen
85f61f09af Feeds API endpoint, Twitter feed implemented 2015-01-27 23:41:04 +02:00
Riku Rouvila
c87b1cad2c cached endpoint for fetching users 2015-01-26 22:49:12 +02:00
Riku Rouvila
1baee645df add urlencoded request parser 2015-01-16 23:32:57 +02:00
Riku Rouvila
d9421f9996 initial commit 2015-01-14 18:14:37 +02:00