apkpure-scraper
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

apkpure-scraper

Simple library for simple needs.

Installation

# with yarn
yarn add apkpure-scraper

# or with npm
npm install apkpure-scraper

Example

import scrape from "apkpure-scraper";

async function getInstagramDetails() {
  const { downloadLink, title, version, type } = await scrape(
    "com.instagram.android"
  );

  console.log(downloadLink, title, version, type);
}

getInstagramDetails();

Tests

Tests are run using Jest

# with yarn
yarn test

# or with npm
npm run test

Package Sidebar

Install

npm i apkpure-scraper

Weekly Downloads

3

Version

1.1.0

License

MIT

Unpacked Size

204 kB

Total Files

15

Last publish

Collaborators

  • ablanc