1.1.1 • Published 8 years ago
riot-ani-search v1.1.1
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.
Examples
Usage
To install via NPM:
npm install riot-view-routerFor a quick start using jsdelivr:
<script src="https://cdn.jsdelivr.net/npm/riot-ani-search/dist/riot-ani-search.js"></script>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:
<riot-ani-search
  client-id="neetjn"
  client-secret="*"
  mature />Contributors
- John Nolette (john@neetgroup.net)
Copyright (c) 2017 John Nolette Licensed under the MIT license.
