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 🙏

© 2024 – Pkg Stats / Ryan Hefner

testing-api-server

v1.1.7

Published

[![License](https://img.shields.io/badge/license-ISC-blue.svg)](https://opensource.org/licenses/ISC)

Downloads

24

Readme

Testing API Server

License

A simple mock API server using Express to simulate responses for specific routes. Useful for development and testing scenarios when a real backend is not available.

Features

  • Mock Data: Simulate responses for predefined routes with mock data.
  • Express Server: Utilizes the Express.js framework for handling HTTP requests.
  • Easy to Use: Start the mock API server with a single function call.

Getting Started

Prerequisites

  • Node.js (>=12.0.0)
  • npm (usually comes with Node.js installation)

Installation

npm install testing-api-server

##Usage
  1- Import the package in your project;
        const testingApiServer = require('testing-api-server');
  2- Start the mock API server:
        testingApiServer.start();
  3- Access mock data at predefined routes (e.g., /api/users, /api/posts).
  4- CREATE A INDEX.JS ANYWHERE , add these two line in it
            const testingApiServer = require('testing-api-server');
            testingApiServer.start();
  5- Run your index.js file using node command : `node index` in terminal;


##Configuration
Port: By default, the server listens on port 3000. You can set the PORT environment variable to change the port.
Contributing
Contributions are welcome! Please read the Contributing Guidelines for details on how to contribute to this project.

##License
This project is licensed under the ISC License.

##Acknowledgments
Thanks to the Express team for the powerful web application framework.
Mock data inspired by real-world scenarios.

##Contact
For questions or feedback, feel free to contact the project maintainer:

Your Name
Email: [email protected]
LinkedIn: www.linkedin.com/in/kratik-bohra-11a39a195