npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

wanzofc

v1.0.4

Published

wanzofc api - Express JS

Readme

**NPM INSTALL WANZOFC 1.0.1

Simple Rest-API With Login System, Built using MongoDB, Express.js, and Node.js

Demo App : https://api-only-awan.biz.id

Rest-Api : https://api-only-awan.biz.id

Installation

Requirements

Cloning this repo

> git clone https://github.com/wanzofc/ad.git
> cd wanzofc

Use code . to open file in VS Code

> code .

Editing the file

Edit the required value in folder lib file settings.js.

module.exports = {
    port: '5000',
    limitCount: 0,
    recaptcha_key_1: '',
    recaptcha_key_2: '',
    // ex Mongodb Atlas : mongodb+srv:/xxx
    dbURI: ''
};

port: PORT localhost.

recaptcha_key_1: reCaptcha Key.

recaptcha_key_2: reCaptcha Key.

dbURI: Connection String MongoDb.

How to Get recaptcha_key

Contact Me (WhatsApp) How to get Recaptcha Key

How to Get Mongodb URI

  1. Sign In Mongodb
  2. Create a Database.
  1. Create Free Cluster.
  2. Choose Cloud Provider & Region, Create Cluster.
  3. Select Connect.
  4. Add a Connection IP Address.
  1. Create a Database User
  1. Connect Your Application
  2. Change <password> with Your Password Database User step 7

Contact Me (WhatsApp) if You Have Problem with mongodb

Installing the dependencies

> npm install

Running App

npm install wanzofc
> npm start

https://api-only-awan.biz.id

Features

| API | EndPoint | Query | | :--------------: | :------------: | :------------: | | Youtube MP3 | /ytmp3?url= | url & apikey | | Youtube MP4 | /ytmp4?url= | url & apikey | | Youtube Play | /ytplay?query= | query & apikey | | Random Quotes | /quotes | apikey | | Random Fakta | /fakta | apikey | | Random Kata Bijak | /bijak | apikey | | Random Kata Motivasi | /motivasi | apikey | | Random Ptl | /ptl | apikey | | Cak Lontong | /caklontong | apikey |

If you want to unlock Premium Feature, please contact me (WhatsApp)

| Premium | Availability | | :--------------: | :------------: | | Premium User | ✔️ | | Expired Premium User | ✔️ | | Added Premium Apikey | ✔️ | | Delete Premium Apikey | ✔️ | | Limit Apikey | ✔️ | | Custom Limit Apikey | ✔️ | | Custom Apikey | ✔️ | | Reset Manual All Limit | ✔️ | | Reset One Limit Apikey | ✔️ | | Photooxy | ✔️ | | Request (Total, Today) | ✔️ | | Visitor, Total User | ✔️ | | Pricing Section | ✔️ |

Deploy Heroku

Go to Heroku and Login

Create New App ( App Name For Example : abcd-api)

Install Heroku CLI

Open CMD and Login Heroku

> heroku login

Initialize a git repository in a new or existing directory

> cd nodejs-restapi
> git init

Remote Your App, Use heroku git:remote -a app-name

> heroku git:remote -a abcd-api

Commit your code to the repository and deploy it to Heroku using Git.

> git add .
> git commit -am "make it better"
> git push heroku master

Log Success