0.0.11 • Published 9 months ago

arxivjs v0.0.11

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

arxivjs

This repo allows users to fetch parsed metadata from arxiv using the ArxivClient

Code example:

import { ArxivClient, ArticleMetadata } from "arxivjs";
const articleMetadata: ArticleMetadata = await client.getArticle(searchText);

Note that searchText can either be an Arxiv url or an article ID.

Return schema from the function:

{
  id: string;
  title: string;
  date: string;
  authors: string[];
  summary: string;
  journal: string;
  categoryNames: string[];
  pdf: string;
}
0.0.11

9 months ago

0.0.10

9 months ago

0.0.9

9 months ago

0.0.7

9 months ago

0.0.6

9 months ago

0.0.5

9 months ago

0.0.4

9 months ago

0.0.3

9 months ago

0.0.2

10 months ago

0.0.1

10 months ago