An open API service indexing awesome lists of open source software.

https://github.com/bahrus/ava-pwar

Web component that retrieves PWA manifest from web site
https://github.com/bahrus/ava-pwar

Last synced: 3 months ago
JSON representation

Web component that retrieves PWA manifest from web site

Awesome Lists containing this project

README

        

# \

Web component that generates markup from manifest.

NB: One could argue that it would be more effective to implement this on the server, but what would be the fun of that?

This uses the [cors anywhere proxy service](https://www.karolisram.com/cors-from-anywhere/), which seems to be suffering from over popularity, especially during peak hours EST.









```
-->

## Install the Polymer-CLI

First, make sure you have the [Polymer CLI](https://www.npmjs.com/package/polymer-cli) and npm (packaged with [Node.js](https://nodejs.org)) installed. Run `npm install` to install your element's dependencies, then run `polymer serve` to serve your element locally.

## Viewing Your Element

```
$ polymer serve
```