JSPM

euphoric

1.2.3
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 3
    • Score
      100M100P100Q49255F
    • License ISC

    Effortlessly integrate with the Euphoric API, giving you access to over 20+ endpoints.

    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

    Euphoric - Free and Keyless API

    Node.js Wrapper


     Documentation 
     
     Discord Server 

    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)