https://github.com/bitboxer/bookpile
This project tries to create a page that you can link to so that your readers have an easy way to buy the book you are talking about on social media or in your blog.
https://github.com/bitboxer/bookpile
books
Last synced: 6 months ago
JSON representation
This project tries to create a page that you can link to so that your readers have an easy way to buy the book you are talking about on social media or in your blog.
- Host: GitHub
- URL: https://github.com/bitboxer/bookpile
- Owner: bitboxer
- License: mit
- Created: 2021-08-23T15:16:07.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-02-27T18:07:06.000Z (over 3 years ago)
- Last Synced: 2025-10-10T15:15:41.028Z (9 months ago)
- Topics: books
- Language: HTML
- Homepage:
- Size: 174 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT
Awesome Lists containing this project
README
# Bookpile
[](https://github.com/bitboxer/bookpile/actions/workflows/elixir.yml)
> I have: An ISBN
>
> I want: a page that I can link to like “bookpile.org/ISBN” that renders a
> page where I can select a country and see possible libraries or
> online retailers with links to their store.
This is bookpile in a nutshell.
Are you here to update the list of stores and libraries? You will find it
in [websites.json](websites.json). Feel free to create a PR to add more or
update existing ones.
## Installation
To start your Phoenix server:
* Install all dependencies with `make update`
* Create and migrate your database with `mix ecto.setup`
* Start Phoenix endpoint with `make start` or inside IEx with `iex -S mix phx.server`
Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.