Skip to main content

Adventure Time! Transcript

Deno-ready TypeScript library for searching through AT transcript pages. Fetches pages from AT fandom website and parses it to be accessible from library.

⚠️ Alpha stage! TODO is to document the project!

Use (ci)

deno.land/x

    import { seasonTable } from 'deno.land/x/adventure_time/mod.ts';

    seasonTable(4)
    .then(list => {
        list[0].transcribeListed();
    })

License

Project code is available under GPU GPL 3.0 license, check LICENSE file for details.