0.2.0 • Published 12 months ago

fetch-ao3 v0.2.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
12 months ago

fetch-ao3

A library to fetch data from ArchiveOfOurOwn.org

Features

  • Fetch all AO3 Works Metadata

Usage

import { ArchiveOfOurOwn } from "fetch-ao3";

let ao3_url: string = "https://archiveofourown.org/works/" + ao3_works_id;

// set the params
const params: Object = {
  view_adult: "true",
  view_full_work: "true",
};

let fic = new ArchiveOfOurOwn();
// fetch all AO3 Works Metadata
fic.fetchWorksMetadata(ao3_url, params);
0.2.0

12 months ago

0.1.0

12 months ago