Skip to content

baby636/browser-extension

 
 

Repository files navigation

This Extension allows users to find new & interesting work, right where you work, on github.com.

Gitcoin

Gitcoin pushes Open Source Forward. Learn more at https://gitcoin.co

Star and watch this github repository to stay up to date, we're pushing new code several times per week!

Browser Extension

Get It Today

The Browser extension is live on the Google Chrome Store. Get it here.

What Does This Extension Do

=======

Browse Work Directly on Github

Filter Available Work from Github

Fund Work Directly on Github

Tip Users Directly on Github

How to build the extension

Clone the repo, then

$ yarn install
$ yarn build

How to test without build as extension

Note: this method is only useful for testing the popup page.

To avoid cross domain (CORS) issue when using fetch API, modify src/constants.js and change DEVELOPMENT's value:

const DEVELOPMENT = true

That will use mocked json file in /public/mock.gitcoin.co.json.

Then debugging the popup page via yarn start.

Test

Run yarn test or yarn test --coverage for test and test coverage.

Legal

    Copyright (C) 2017 Gitcoin Core

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU Affero General Public License as published
    by the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU Affero General Public License for more details.

    You should have received a copy of the GNU Affero General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.

About

Grow Open Source

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.1%
  • CSS 5.4%
  • HTML 2.5%