An open API service indexing awesome lists of open source software.

https://github.com/bukinoshita/open-source

:tada: A list of GitHub issues to help beginners make their first pull request.
https://github.com/bukinoshita/open-source

nextjs nodejs open-source react

Last synced: over 1 year ago
JSON representation

:tada: A list of GitHub issues to help beginners make their first pull request.

Awesome Lists containing this project

README

          

# Open Source
> A list of GitHub issues to help beginners make their first pull request.

[![Codeship Status for bukinoshita/open-source](https://app.codeship.com/projects/d692e190-dd20-0134-9492-6a1dce034df0/status?branch=master)](https://app.codeship.com/projects/204511)
[![Build Status](https://travis-ci.org/bukinoshita/open-source.svg?branch=master)](https://travis-ci.org/bukinoshita/open-source)

## Install
```bash
$ npm install
```

## Running
```bash
$ npm run dev
```

## Configuration
env.js is loaded in index.js to set up all the ENV variables, and the only one
variable being used right now is GITHUB_TOKEN which is the access token you can
generate with your GitHub account. For example, your env.js could simply look
like this:

```bash
process.env.GITHUB_TOKEN = '123456'
```

## License
[MIT](https://github.com/bukinoshita/open-source/blob/master/LICENSE) © Bu Kinoshita