Coder Social home page Coder Social logo

bijaydas / jsonfaker Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 57 KB

Fake JSON generator tool to test APIs.

Home Page: https://jsonfaker.herokuapp.com

JavaScript 29.35% CSS 19.78% HTML 50.87%
fake-data-generator mocking fake-content javascript

jsonfaker's Introduction

JSON Faker

JSON Faker is fake rest API for testing.

While building websites or mobile applications developers need some fake data to test their apps. JSON Faker gives you a sample data to test.

How to use

Resources

Resource Path
Users /users
Comments /comments
Images /images
Todos /todos

All routes available

Method Path
GET /users
GET /users/:user_id
GET /comments
GET /comments?comment_id=:comment_id
GET /comments?user_id=:user_id
GET /comments?user_id=:user_id&comment_id=:comment_id
GET /images
GET /images?image_id=:image_id
GET /images?user_id=:user_id
GET /images?user_id=:user_id&image_id=:image_id
GET /todos
GET /todos?todo_id=:todo_id
GET /todos?user_id=:user_id
GET /todos?user_id=:user_id&todo_id=:todo_id

How to use

curl https://jsonfaker.herokuapp.com/users

If you want to set up your own server

$ git clone [email protected]:bijaydas/jsonfaker.git
$ cd jsonfaker
$ npm install
$ npm start

Contributing

This is the basic version of the applcation and requires a lot of work. If you are interested in contributing just contribute.

jsonfaker's People

Contributors

bijaydas avatar

Stargazers

 avatar

Watchers

 avatar  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.