No description
Find a file
2018-07-18 12:54:33 +01:00
dist added rewards and user actions, reducers and selectors 2018-07-18 12:54:33 +01:00
src added rewards and user actions, reducers and selectors 2018-07-18 12:54:33 +01:00
.babelrc lbryinc base code containing lbryio.js 2018-07-03 11:29:14 +01:00
.eslintrc.json lbryinc base code containing lbryio.js 2018-07-03 11:29:14 +01:00
.flowconfig lbryinc base code containing lbryio.js 2018-07-03 11:29:14 +01:00
.gitignore lbryinc base code containing lbryio.js 2018-07-03 11:29:14 +01:00
.lintstagedrc.json lbryinc base code containing lbryio.js 2018-07-03 11:29:14 +01:00
.prettierrc.json lbryinc base code containing lbryio.js 2018-07-03 11:29:14 +01:00
LICENSE lbryinc base code containing lbryio.js 2018-07-03 11:29:14 +01:00
package.json lbryinc base code containing lbryio.js 2018-07-03 11:29:14 +01:00
README.md Initial commit 2018-07-03 10:23:46 +01:00
webpack.config.js lbryinc base code containing lbryio.js 2018-07-03 11:29:14 +01:00
yarn.lock lbryinc base code containing lbryio.js 2018-07-03 11:29:14 +01:00

lbryinc

lbryinc is a module which contains common api.lbry.io and rewards code shared between lbry-app 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
sudo npm link
cd /<path>/<to>/<project>/node_modules
npm 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