Skip to content
This repository has been archived by the owner on Apr 19, 2021. It is now read-only.

presidential-innovation-fellows/hack-the-paygap

Repository files navigation

Hack the Gender Pay Gap

Dependency Status security Code Climate Test Coverage Issue Count

Slack Status

Reducing the gender pay gap using data

http://paygap.pif.gov

Deploying

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

Public domain

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.

About

PIF, U.S. Census + Council on Women and Girls project focused on hacking the gender pay gap. NOTE: THIS REPOSITORY IS NO LONGER BEING MAINTAINED.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published