Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mcpringle/bookworm
Example application for a tutorial about Web Components and Google Polymer
https://github.com/mcpringle/bookworm
Last synced: 28 days ago
JSON representation
Example application for a tutorial about Web Components and Google Polymer
- Host: GitHub
- URL: https://github.com/mcpringle/bookworm
- Owner: McPringle
- License: agpl-3.0
- Created: 2017-02-26T19:18:00.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-06-29T19:53:28.000Z (7 months ago)
- Last Synced: 2024-06-29T20:50:05.340Z (7 months ago)
- Language: HTML
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
*Bookworm*
==========[![gitmoji](https://img.shields.io/badge/gitmoji-%20π%20π-FFDD67.svg)](https://gitmoji.carloscuesta.me)
**This is an example application for a tutorial about Web Components and Google Polymer.**
*Copyright Β© 2017 Marcus Fihlon*
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with this program. If not, see .
## Prerequisites
You need a local web server or an editor with an integrated web server like [Atom](https://atom.io) with [Live Server Package](https://atom.io/packages/atom-live-server) and you need [Bower](https://bower.io), a package manager for the web.
## Installation
1. Clone this repository: `git clone https://github.com/McPringle/bookworm.git`
2. Enter the directory: `cd bookworm`
3. Install dependencies: `bower install`## Start
Start a web server configured to serve the files from the project directory and open the project directory in your browser, which should automatically load the `index.html` file.
## Usage
Enter a search term and look what happensβ¦