contest_api

1.0.3 • Public • Published

Contest Api

it returns a list of contests like hackathons, programming contests, etc.. Its for learning purpose.... Avoid using this.

Installation

npm i contest_api

Usage

const clist = require("contest_api"); // import the installed package

clist()
  .then((res) => {
    // If the function successfully retrieves the data, it enters this block
    console.log(res); // Print the contest data on the console
  })
  .catch((err) => {
    console.log(err); // Error handler
  });

/contest_api/

    Package Sidebar

    Install

    npm i contest_api

    Weekly Downloads

    2

    Version

    1.0.3

    License

    none

    Unpacked Size

    1.86 kB

    Total Files

    3

    Last publish

    Collaborators

    • tandinw