GithubHelp home page GithubHelp logo

ericschles / team-browser Goto Github PK

View Code? Open in Web Editor NEW

This project forked from 18f/team-browser

0.0 2.0 0.0 7.88 MB

Interface to team-api-server

Home Page: https://pages.18f.gov/team-browser

License: Creative Commons Zero v1.0 Universal

Ruby 21.22% HTML 9.81% CSS 56.43% JavaScript 12.36% Shell 0.18%

team-browser's Introduction

Build Status Code Climate Test Coverage

A human-friendly web interface to the data served by the Team API Server. For now the browser reads only public data.

Serving locally

You will need Ruby version 2.1.5 or greater and Bundler. You'll also need to set a local environment variable HMAC_KEY with an HMAC key from the team-api-server.

To run your own local instance at http://localhost:4000:

$ git clone https://github.com/18F/team-browser.git
$ cd team-browser
$ cp set_hmac_auth.sample.sh set_hmac_auth.sh
$ nano set_hmac_auth.sh # or your favorite editor; set `HMAC_KEY`
$ source set_hmac_auth.sh
$ ./go serve

Serving from Vagrant

As above, but also

  • Add config.vm.network "forwarded_port", guest: 4000, host: 4000 to your Vagrantfile
  • Run with ./go serve --host 0.0.0.0

Contributing

  1. Fork the repo (or just clone it if you're an 18F team member)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Make your changes and test them via ./go test
  4. Commit your changes (git commit -am 'Add some feature')
  5. Push to the branch (git push origin my-new-feature)
  6. Create a new Pull Request

Feel free to file an issue or to ping the #hub channel in 18F's Slack with any questions you may have, especially if the current documentation should've addressed your needs, but didn't.

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.

team-browser's People

Contributors

afeld avatar catherinedevlin avatar jbarnicle avatar mtorres253 avatar nickbristow avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.