Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 24 days 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-27T18:07:06.000Z (almost 2 years ago)
- Last Synced: 2024-12-12T21:37:04.565Z (26 days ago)
- Topics: books
- Language: HTML
- Homepage:
- Size: 174 KB
- Stars: 4
- Watchers: 4
- 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
[![Build Status](https://github.com/bitboxer/bookpile/actions/workflows/elixir.yml/badge.svg?branch=main)](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.