Commit Graph

11 Commits

Author SHA1 Message Date
Daniel Schildt
a55ce62455 fix: package.json & .snyk to reduce vulnerabilities (#6)
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/npm:qs:20170213


The following vulnerabilities are fixed with a Snyk patch:
- https://snyk.io/vuln/npm:request:20160119

Latest report for d2s/koodiklinikka.fi-api:
https://snyk.io/test/github/d2s/koodiklinikka.fi-api
2017-08-04 17:00:37 +03:00
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
Riku Rouvila
a20b1f6cd2 read config also from environment variables, merge on top of json file config 2015-11-24 20:21:31 +02:00
Niko Kurtti
3c46d90192 add newrelic monitoring for nodejs 2015-03-29 14:10:15 +03:00
Riku Rouvila
c59e5127f7 add request logger 2015-02-13 01:21:05 +02:00
Juuso Tapaninen
c71b3b6541 Changed feeds endpoint to use Promise.props to make the result more reasonable to work with 2015-01-28 01:19:37 +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
52306f2a5a update readme 2015-01-18 16:20:29 +02:00
Riku Rouvila
d9421f9996 initial commit 2015-01-14 18:14:37 +02:00