1.0.0 • Published 7 years ago

@furugomu/aikatsu-scraper v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

aikatsu scraper

async () => {
  const fetch = require("node-fetch");
  const { scrapeFriends } = require("@furugomu/aikatsu-scraper");
  const html = (await fetch(
    "http://www.aikatsu.com/friends/cardlist/detail.php?id=137233"
  )).text();
  console.log(scrapeFriends(html));
};
1.0.0

7 years ago