Package Exports
- euphoric
- euphoric/lib/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (euphoric) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Overview
Euphoric API is a versatile and expansive API that provides access to a diverse range of resources. With over 20 endpoints, the API offers a rich collection of data in various categories, including animals, anime, and music.
Example
import * as euphoric from 'euphoric'
const top = euphoric.top(10) // Gets top 10 songs from Billbaord's Hot 100 chart
console.log(top)