https://github.com/neetjn/riot-ani-search
Lightweight riot.js tag for searching anime using anilist's api.
https://github.com/neetjn/riot-ani-search
anichart component css javascript riot riotjs tag
Last synced: 3 months ago
JSON representation
Lightweight riot.js tag for searching anime using anilist's api.
- Host: GitHub
- URL: https://github.com/neetjn/riot-ani-search
- Owner: neetjn
- License: mit
- Created: 2017-11-07T03:47:45.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-02T05:48:14.000Z (almost 8 years ago)
- Last Synced: 2025-06-29T10:02:43.623Z (4 months ago)
- Topics: anichart, component, css, javascript, riot, riotjs, tag
- Language: HTML
- Homepage: https://riot-ani-search.firebaseapp.com/
- Size: 58.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# riot-ani-search
[](https://travis-ci.org/neetjn/riot-ani-search/)
[](https://nodei.co/npm/riot-ani-search/)
Lightweight riot.js tag for searching for anime using anichart's api.
## About
**riot-anti-search** is a simple riot tag used for quickly searching for anime using the anilist api.
This tag doesn't depend on any css frameworks, all styles were made with vanilla css using flexbox.
### Examples
* https://riot-ani-search.firebaseapp.com/
* https://jsfiddle.net/neetjn/mh4mcvk3/## Usage
To install via NPM:
```bash
npm install riot-ani-search
```For a quick start using jsdelivr:
```html
```
This tag takes a total of 3 opts:
> **`*client_id`** ; `string` : Client id for anilist api.
> **`*client_secret`** ; `string` : Client secret key for anilist api.
> **`mature`** ; `void` : Will remove filtering for mature search results.
Once available, **riot-ani-search** can be used like so:
```html
```
### Contributors
* **John Nolette** (john@neetgroup.net)
---
Copyright (c) 2017 John Nolette Licensed under the MIT license.