A web application for YouVersion design community to submit verse image art for use in the Bible App.
To begin with, you should join the Open Digerati Slack Group for advice and help regarding this repository.
Once you are in, there are plenty of issues available to complete. If it's your first time contributing, look for issues labelled good first issue
to make a start!
To create an account, you need to register to the YouVersion staging system. You can register at staging.bible.com. You can ask for the username + password in the #yv-img-source
channel on Slack!
Simply ask in the #yv-img-source
channel on Slack with your GitHub username and you will be given access as soon as possible.
This is your token used to authenticate with the NPM registry. To access private resources (such as @youversion/tupos
) you will need a token from the YouVersion team, which can be requested in the #yv-img-source
channel on Slack.
You can set the token in your environment variable like so:
- Windows:
set NPM_TOKEN={token}
- Linux:
export NPM_TOKEN={token}
You will get a 404 error for this package if you do not have a valid token set in your system environment variable. The correct token can be requested in the #yv-img-source
channel on Slack, and set as stated above.
- Contributing Guide - Volunteers guide to contributing.
- Authentication Guide - A guide to authentication with a YouVersion account.
- API Guide - Guide to using the img-src API.