Go to file
2020-06-05 10:11:28 -04:00
dist add domain to install new 2020-06-03 20:13:32 -04:00
flow-typed add country to User and create doUserSetCountry 2020-06-01 12:27:07 -04:00
src add domain to install new 2020-06-03 20:13:32 -04:00
.babelrc Add rollup es build, major cleanup 2019-04-03 16:34:07 -05:00
.eslintrc.json reward/new => reward/claim 2020-01-03 14:20:14 -05:00
.flowconfig actually treat lbry-redux as a peerDependency 2019-03-13 01:06:43 -04:00
.gitignore provides file list_filtered api 2019-07-09 18:11:20 -04:00
.lintstagedrc.json [WIP] lbryio internal API calls and rewards component (#1) 2018-07-23 14:12:18 +01:00
.prettierrc.json [WIP] lbryio internal API calls and rewards component (#1) 2018-07-23 14:12:18 +01:00
LICENSE Update LICENSE 2020-02-03 04:38:56 +07:00
package.json fix error when listBlocked response is null and remove unneccesary lbry-redux non-peer dependency 2020-01-03 14:06:35 -05:00
README.md update link instructions 2019-10-03 15:05:42 -04:00
rollup.config.js add User type and allow lbryinc types to be used by apps 2019-09-16 16:12:43 -04:00
webpack.config.js add User type and allow lbryinc types to be used by apps 2019-09-16 16:12:43 -04:00
yarn.lock fix error when listBlocked response is null and remove unneccesary lbry-redux non-peer dependency 2020-01-03 14:06:35 -05:00

lbryinc

lbryinc is a module which contains common api.lbry.io and rewards code shared between lbry-desktop and lbry-android.

Installation

Add lbryinc as a dependency to your package.json file. "lbryinc": "lbryio/lbryinc"

Local development

If you intend to make changes to the module and test immediately, you can use npm link to add the package to your node_modules folder. This will create a symlink to the folder where lbry-redux was cloned to.

cd lbryinc
yarn link
cd /<path>/<to>/<project> (ex: cd ~/lbry-desktop)
yarn link lbryinc

Build

Run $ yarn build. If the symlink does not work, just build the file and move the bundle.js file in to the node_modules/ folder.

License

MIT © LBRY