Coder Social home page Coder Social logo

msrajawat298 / dummyjson Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ovi/dummyjson

0.0 0.0 0.0 9.33 MB

DummyJSON.com provides different types of REST Endpoints filled with JSON data which you can use in developing the frontend with your favorite framework and library without worrying about writing a backend.

Home Page: http://dummyjson.com

License: Other

JavaScript 31.31% Dockerfile 0.20% EJS 56.65% SCSS 11.83%

dummyjson's Introduction

Uptime Robot status

DummyJSON - Generate Placeholder Data on the Fly!

DummyJSON is your go-to free online REST API for instantly generating placeholder data without the hassle of setting up a server. Perfect for front-end development, teaching, testing, and prototyping!

Explore the detailed documentation at DummyJSON/Docs for quick samples.

Why DummyJSON?

Ever felt bogged down by the complexities of setting up a backend just to fetch dummy data for your front-end project? Or perhaps you dreamt of a learning app where obtaining realistic data didn't involve navigating through convoluted public APIs and cumbersome registration processes. Well, say hello to DummyJSON!

Say goodbye to wrestling with complicated backend setups! With DummyJSON, you can focus on your work without the hassle of intricate configurations. The straightforward backend server effortlessly meets your data needs, saving you from dealing with complex public APIs. No more complicated setups โ€“ just a smooth experience to speed up your development process.

Give it a spin at DummyJSON and make your development process smoother.

Features that Enhance Your Experience

  • No Sign-up/Registration: Dive in and start using it hassle-free.
  • Zero-configuration: Enjoy a seamless experience without the need for setup.
  • Basic and Advanced API: Covering everything from simple to sophisticated data.
  • Resource Relationships: Effortlessly understand and model data relationships.
  • Filters and Nested Resources: Tailor your data to fit your needs perfectly.
  • HTTP Methods Support: We've got all your HTTP methods covered - GET, POST, PUT, PATCH, and DELETE.
  • Delay Responses: Simulate real-world conditions with adjustable response delays.
  • Cross-framework Compatibility: Seamlessly integrate with React, Angular, Vue, Ember, or vanilla JavaScript.

Available Resources

Over 10 resources ready for use:

How to Fetch Data

Use any method you prefer - fetch API, Axios, jQuery AJAX - it all works seamlessly.

Example: Get all products

fetch('https://dummyjson.com/products')
  .then(res => res.json())
  .then(json => console.log(json));

OR

const res = await fetch('https://dummyjson.com/products');
const json = await res.json();
console.log(json);

Note: Pagination is also supported.

Explore all the routes and more at DummyJSON/Docs.


Dummy Image Generator

Dummy Image Generator is a simple Node.js service for generating placeholder images with customizable options.

Usage

You can use the service by making HTTP requests to the following URL:

https://dummyjson.com/image

Basic Examples

Customization Options

Image Formats

Additional Customizations

Supported Fonts

  • Bitter
  • Cairo
  • Comfortaa
  • Cookie
  • Dosis
  • Gotham
  • Lobster
  • Marhey
  • Pacifico
  • Poppins
  • Quicksand
  • Qwigley
  • Satisfy
  • Ubuntu

License

This project is open-source and available under the MIT License.

dummyjson's People

Contributors

ovi avatar djscruggs avatar debarshi121 avatar erik-j-d avatar hmdshfq avatar mzacuna avatar penevl avatar rifaldhiaw avatar shubhanshu2000 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.