vecteezy-earnings

1.0.0 • Public • Published

vecteezy-earnings

A simple NodeJS library that allows you to get the amount of contributor earnings from Vecteezy.

PLEASE NOTE: This is not officially endorsed by Vecteezy, or Eezy Inc. This is solely for educational and entertainment purposes. In addition, by using this software you agree that I will not be held responsible for your actions. This is not an official API, which also means it is slower than normal. Unfortunately, it could potentially take up to 60 seconds to get a valid response.

❗❗❗ This package only contains .getEarnings(username, password) which is dervied from this parent package.

Integrating with NodeJS

 //example.js
 
 const {getEarnings} = require("./index");
 async function main() {
   console.log(await getEarnings("username", "password"));
 }
 main();

Using with PHP

$earnings = shell_exec("node example 'username' 'password'");
//Ofcourse, you need to be in the proper directory. 

❤️ If you require any assistance, feel free to join my support Discord!!
💙 If you would love to support me as an independent developer and have the means necessary, check out https://ko-fi.com/evangassman! Anything is appreciated!

Package Sidebar

Install

npm i vecteezy-earnings

Weekly Downloads

2

Version

1.0.0

License

MIT

Unpacked Size

3.58 kB

Total Files

5

Last publish

Collaborators

  • evan.gassman