1.2.1 • Published 10 months ago

europresse-lib v1.2.1

Weekly downloads
-
License
AGPL-3.0
Repository
github
Last release
10 months ago

📰 @europresse-lib

A TypeScript library for the Europresse API.

This project is not affiliated, associated, authorized, endorsed by, or in any way officially connected with the Europresse, or any of its subsidiaries or its affiliates. The name Europresse as well as related names, marks, emblems and images are registered trademarks of their respective owners.

Features

  • Authentication
  • Search
  • Article retrieval in HTML

Supported authentication providers

Installation

npm install europresse-lib

# or 

yarn add europresse-lib

Usage

import { auth, search, article } from 'europresse-lib';

const cookies = await auth('username', 'password', 'provider');
const results = await search(cookies, 'query');
const article = await article(cookies, 'id', 'html');
1.2.1

10 months ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago