Reducing the gender pay gap using data
This app is deployed using Federalist.
This also depends on an instance of slackin. This is currently deployed into cloud.gov in the gsa-pif-paygap
organization. To redeploy, follow these steps:
- Check out https://github.com/rauchg/slackin
- Run
npm install
to install dependencies - Create the following
manifest.yml
(get the Slack API token from an administrator of the #hackthepaygap Slack organization):
---
applications:
- buildpack: https://github.com/cloudfoundry/buildpack-nodejs.git
disk_quota: 1024M
instances: 2
memory: 256M
name: slack-paygap
env:
SLACK_SUBDOMAIN: hackthepaygap
SLACK_API_TOKEN: <API_TOKEN>
- Run
cf push -f manifest.yml
This project is in the worldwide public domain. As stated in CONTRIBUTING:
This project is in the public domain within the United States, and copyright and related rights in the work worldwide are waived through the CC0 1.0 Universal public domain dedication.
All contributions to this project will be released under the CC0 dedication. By submitting a pull request, you are agreeing to comply with this waiver of copyright interest.