Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/huluvu424242/honey-prime-numbers
webcomponent to generate an list of prime numbers
https://github.com/huluvu424242/honey-prime-numbers
prime-numbers simple webcomponent
Last synced: 27 days ago
JSON representation
webcomponent to generate an list of prime numbers
- Host: GitHub
- URL: https://github.com/huluvu424242/honey-prime-numbers
- Owner: Huluvu424242
- License: mit
- Created: 2021-08-31T16:58:11.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-23T22:21:55.000Z (almost 2 years ago)
- Last Synced: 2023-03-18T00:30:54.142Z (over 1 year ago)
- Topics: prime-numbers, simple, webcomponent
- Language: TypeScript
- Homepage: https://huluvu424242.github.io/honey-prime-numbers/
- Size: 989 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.com/Huluvu424242/honey-prime-numbers.svg?branch=master)](https://travis-ci.com/Huluvu424242/honey-prime-numbers)
![Github CI](https://github.com/Huluvu424242/honey-prime-numbers/workflows/Github%20CI/badge.svg)
[![npm](https://img.shields.io/npm/v/@huluvu424242/honey-prime-numbers.svg)](https://www.npmjs.com/package/@huluvu424242/honey-prime-numbers)
[![npm](https://img.shields.io/npm/dm/@huluvu424242/honey-prime-numbers.svg)](https://www.npmjs.com/package/@huluvu424242/honey-prime-numbers)
[![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/@huluvu424242/honey-prime-numbers)
[![Donate with paypal](https://img.shields.io/badge/paypal-donate-yellow.svg)](https://paypal.me/huluvu424242)
![Keybase BTC](https://img.shields.io/keybase/btc/huluvu424242)
# honey-prime-numbers
This project contains web components to build an news feed reader at an web site.
(currently under development - unready and unstable)## installation
npm install --save @huluvu424242/honey-prime-numbers
## usage
```html
```
To the [demo site](https://huluvu424242.github.io/honey-prime-numbers/index.html)[Vision of API (under construction)](src/components/honey-prime-numbers/readme.md)
## demo
```html
Nutzung der honey-prime-numbers Komponente
!!! Das ist eine Demo Seite welche alle Feature der App zeigen soll - aus diesem Grund ist auch die Statistik eingeschaltet !!!
Es werden nur Daten zu den abgerufenen Feeds gespeichert (in memory) wie: url, anzahl der abfragen, anzahl valider responses
Sollten Sie die Speicherung nicht wünschen - dann geben Sie bitte keinen neuen News ein.
Vielen Dank für Ihr Verständnis.
```
To the [live demo](https://huluvu424242.github.io/honey-prime-numbers/index.html)## become an supporter
1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D## releaselog
### vX.X.X unpublished
### v1.0.0 unpublished
*
### v0.0.4 published at 2021-05-02
* [issue 10](https://github.com/Huluvu424242/honey-prime-numbers/issues/10) cleanup
* finalizing layout### v0.0.3 published at 2021-04-25
* [issue 16](https://github.com/Huluvu424242/honey-prime-numbers/issues/16) add feed working
* [issue 13](https://github.com/Huluvu424242/honey-prime-numbers/issues/13) routing added
* [issue 11](https://github.com/Huluvu424242/honey-prime-numbers/issues/11) split into multiple webcomponents### v0.0.2 published at 2021-04-11
* developer release DO NOT USE
### v0.0.1 published at 2021-03-15
* [issue 2](https://github.com/Huluvu424242/honey-prime-numbers/issues/2) use heroku backend container
* setup project based at https://github.com/ionic-team/stencil-component-starter rating-stencil-component## warranty
no warranty
## license
MIT License
## technology used
* [Web Speech API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Speech_API)
* [Custom Elements](https://developer.mozilla.org/en-US/docs/Web/API/Window/customElements)
* [CSS Custom Properties](https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties)
* [Shadow Parts](https://developer.mozilla.org/de/docs/Web/CSS/::part)## browser support
Generell
* [Can I use with browsers?](https://caniuse.com/#feat=speech-synthesis)
### Custom Elements
* [Can I use with browsers?](https://caniuse.com/#feat=mdn-api_window_customelements)
### CSS Custom Properties
* [Can I use with browsers?](https://caniuse.com/#search=css%20custom%20properties)
### Shadow Parts
Firefox
Maybe you must via about:config set the layout.css.shadow-parts.enabled to true.
Generell
* [Can I use with browsers?](https://caniuse.com/#feat=mdn-css_selectors_part)