An open API service indexing awesome lists of open source software.

https://github.com/lexoyo/forumtoworkplace


https://github.com/lexoyo/forumtoworkplace

workplace workplacebyfacebook

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

## Install

```
$ npm i
```

create an app.yaml file and deploy to google app engine

```yaml
runtime: nodejs
env: flex
env_variables:
TARGET_GROUP: 1234085530026762
ACCESS_TOKEN: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
```

and then deploy:
```
$ gcloud app deploy --project my-project
```