1.0.1 • Published 4 months ago

rapimgr v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

Create a Rapid API account using a Firefox Relay mask and save the default application's api key

// import osecmail from "osecmail";
// import fxrmc from "fxrmc";

const mailboxes = await osecmail.generateRandomMailboxes(1);
const mailbox = mailboxes[0];
const [login, domain] = mailbox.split("@");

const mozillaPassword = "Password123456$";
const mask = await fxrmc(mailbox, mozillaPassword);

const username = login;
const rapidPassword = "Password123456$";
const apiKey = await register(username, mask, rapidPassword, login, domain);

Subscribe to an API's free plan

const email = "...";
const password = "...";
const pricingUrl = "...";
await subscribe(email, password, pricingUrl);
1.0.1

4 months ago

1.0.0

4 months ago