Commit Graph

9 Commits

Author SHA1 Message Date
Riku Rouvila
9730b88e62 remove github events from feed 2017-10-26 15:06:37 +01: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
ac8dbaa6e3 add more content to feeds 2015-02-26 22:39:23 +02:00
Riku Rouvila
a7c6638a21 update feeds more often 2015-02-05 11:37:26 +02:00
Riku Rouvila
099132c5fd add amount parameter to service method 2015-02-03 23:08:38 +02:00
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
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
e77f87de69 Added GitHub event feed data fetching 2015-01-28 00:15:28 +02:00
Juuso Tapaninen
85f61f09af Feeds API endpoint, Twitter feed implemented 2015-01-27 23:41:04 +02:00