Skip to content

A TypeScript library that makes it easy to fetch data from ArchiveOfOurOwn.org

License

Notifications You must be signed in to change notification settings

arzkar/fetch-ao3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fetch-ao3

ko-fi

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);

About

A TypeScript library that makes it easy to fetch data from ArchiveOfOurOwn.org

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published