An image hosting service on top of the LBRY protocol.
Find a file
Fillerino 085d099040 Edited code to be ES6, added eslint and some basic linting configuration
Edited code to be ES6, added eslint and some basic linting configuration,(also includes husky for auto eslint before push)
2017-06-17 22:51:30 +02:00
config Update production.json 2017-06-17 10:10:41 -07:00
controllers Edited code to be ES6, added eslint and some basic linting configuration 2017-06-17 22:51:30 +02:00
helpers Edited code to be ES6, added eslint and some basic linting configuration 2017-06-17 22:51:30 +02:00
models Edited code to be ES6, added eslint and some basic linting configuration 2017-06-17 22:51:30 +02:00
public added help directions to error messages 2017-06-11 16:17:37 -07:00
routes Edited code to be ES6, added eslint and some basic linting configuration 2017-06-17 22:51:30 +02:00
views fixed publish issues 2017-06-16 19:31:31 -07:00
.eslintignore Edited code to be ES6, added eslint and some basic linting configuration 2017-06-17 22:51:30 +02:00
.eslintrc Edited code to be ES6, added eslint and some basic linting configuration 2017-06-17 22:51:30 +02:00
.gitignore updated .gitignore 2017-05-31 20:30:00 -07:00
package-lock.json Edited code to be ES6, added eslint and some basic linting configuration 2017-06-17 22:51:30 +02:00
package.json Edited code to be ES6, added eslint and some basic linting configuration 2017-06-17 22:51:30 +02:00
README.md Create README.md 2017-06-11 17:32:31 -07:00
server.js Edited code to be ES6, added eslint and some basic linting configuration 2017-06-17 22:51:30 +02:00

spee.ch

spee.ch is a single-serving site that reads and publishes images to and from the LBRY blockchain.

how to run this repository locally

  • start lbry
    • install the lbry daemon
    • start the lbry daemon
  • clone this repo
  • create a folder called Uploads in the same root directory where you cloned the repo
  • run npm install
  • from your terminal, run npm start
    • to run hot, run nodemon server.js
  • visit localhost:3000

site navigation

  • spee.ch
    • To publish a file, navigate to the homepage.
  • spee.ch/< the name of the claim >
    • To view the file with the largest bid at a claim.
    • E.g. spee.ch/doitlive.
  • spee.ch/< the name of the claim >/< the claim_id >
    • To view a specific file at a claim
    • E.g. spee.ch/doitlive/c496c8c55ed79816fec39e36a78645aa4458edb5
  • spee.ch/< the name of the claim >/all
    • To view a batch of files at a claim
    • E.g. spee.ch/doitlive/all

bugs

If you find a bug or experience a problem, please report your issue here on github and find us in the lbry slack!