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

https://github.com/shystruk/command-pattern-in-web-components

Here you may find Custom Elements with GitHub Jobs API (express and cors)
https://github.com/shystruk/command-pattern-in-web-components

babel cors customelements es6 express javascript webcomponents webpack

Last synced: 2 months ago
JSON representation

Here you may find Custom Elements with GitHub Jobs API (express and cors)

Awesome Lists containing this project

README

          

# Custom Elements with GitHub Jobs API (express and cors)

> With Custom Elements, web developers can create new HTML tags, beef-up existing HTML tags, or extend the components other developers have authored. The API is the foundation of web components. It brings a web standards-based way to create reusable components using nothing more than vanilla JS/HTML/CSS. The result is less code, modular code, and more reuse in our apps.

What is "The Command Pattern" doing here, you may find here - https://medium.com/@shystruk/are-you-going-to-write-some-code-wait-for-a-sec-i-see-a-design-pattern-here-783a9377cec6

Run server from the root directory (localhost:80)
```
node index.js
```

**Example usage:**
```

```

![](images/demo.gif)