Shelf.gg is a pastebin that makes it easier to find and share resources.
A group of related resources (currently limited to URLs).
Head to the build page, (optionally) enter a title and creator for your shelf, and provide one or more URLs to be included. This will build a shelf similar to:
Head to the explore page where you can sort, filter, and search your way through all public shelves.
To get setup the shelf.gg client locally:
git clone https://github.com/samueldobbie/shelf.gg
cd shelf.gg
yarn install && yarn start
Shelf.gg has a basic API for parsing meta data from URLs that can be run locally using:
git clone https://github.com/samueldobbie/shelf.gg
cd shelf.gg/api
virtualenv -p python3.9.9 .venv
source .venv/bin/activate
pip3 install -r requirements.txt
flask run
Shelf.gg uses Firebase, which you'll need to emulate during development:
-
Install the Firebase CLI
-
Start the Firebase Emulators:
firebase emulators:start
- Search through published shelves
- Delete a shelf / set an expiry date
- Set shelf visibility (public / private)
- Upload local docs (pdfs, images, etc.)