Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@payw/cau-cafeteria-menus-scraper

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@payw/cau-cafeteria-menus-scraper

A CAU cafeteria menus scraper for Node.js

  • 2.1.10
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

CAU Cafeteria Menus Scraper (CCMS) npm

A CAU cafeteria menus scraper for Node.js

What's new in v2

  • 🎯 Promise-based precise data scraping without a piece of time wasting
  • 🚀 Boost up to 5x faster
  • 🗑 Remove dependencies which are totally unnecessary

Installation

npm install @payw/cau-cafeteria-menus-scraper

Peer Dependencies

npm i -D puppeteer pending-xhr-puppeteer

Usage

const { CCMS } = require('@payw/cau-cafeteria-menus-scraper')

CCMS({
  id: 'portalId',
  pw: 'portalPw',
  days: 1 // optional (default: 5)
}).then(data => {
  // Do something
})

TypeScript Support

The package contains its type definitions. But you can also install types only.

npm install --save-dev @payw/cau-cafeteria-menus-scraper-types

Migration

v2.0.xv2.1.x Migration Guide

We renamed the package to 'cau-cafeteria-menus-scraper'. Also the key of the return object has been changed.

/* v2.0.x */
// Node.js
const { CAUFS } = require('@payw/cau-food-scraper')
// webpack
import { CAUFS } from '@payw/cau-food-scraper'

/* v2.1.x */
// Node.js
const { CCMS } = require('@payw/cau-cafeteria-menus-scraper')
// webpack
import { CCMS } from '@payw/cau-cafeteria-menus-scraper'

FAQs

Package last updated on 23 Sep 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc