Socket
Book a DemoInstallSign in
Socket

promiedos-api

Package Overview
Dependencies
Maintainers
0
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

promiedos-api

promiedos-api <a href="https://www.npm

latest
Source
npmnpm
Version
2.0.1
Version published
Maintainers
0
Created
Source

promiedos-api

CodeFactor NPM-Version NPM-Downloads Github Stars Issues

This a wrapper of the Promiedos.com.ar API.

There is no API key required.

Installation

To install use:

npm i promiedos-api

Usage

const matches = await fetchMatches({ mode?: "today" | "yesterday" | "tomorrow" }); // today is the default
console.log(matches);

look at types for output references

Disclaimer

This project is fully made for educational purposes

FAQs

Package last updated on 27 Jan 2025

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