https://github.com/lexoyo/forumtoworkplace
https://github.com/lexoyo/forumtoworkplace
workplace workplacebyfacebook
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lexoyo/forumtoworkplace
- Owner: lexoyo
- Created: 2018-01-03T14:50:54.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-04T11:52:51.000Z (almost 8 years ago)
- Last Synced: 2025-02-14T01:18:24.412Z (8 months ago)
- Topics: workplace, workplacebyfacebook
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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
```