Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/brightspace/polymer-siren-api-browser


https://github.com/brightspace/polymer-siren-api-browser

polymer web-components

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

# polymer-siren-api-browser

[Polymer](https://www.polymer-project.org/) based [Hypermedia Siren](https://github.com/kevinswiber/siren) API Browser

Supports traversing Siren based APIs using a generic browser

## Installation

```
npm install -g --upgrade polymer-cli
git clone [email protected]:Brightspace/polymer-siren-api-browser.git
cd polymer-siren-api-browser
polymer install
```

## Run

```
polymer serve --open
```

## Development

The project is built with [Polymer 3.x](https://polymer-library.polymer-project.org/3.0/docs/about_30)

Running tests
```
polymer test
```