Skip to content

Instantly share code, notes, and snippets.

@xgqfrms-GitHub
Last active June 8, 2017 17:23
Show Gist options
  • Save xgqfrms-GitHub/ddcbbac745c559d23da5e0a39b72220c to your computer and use it in GitHub Desktop.
Save xgqfrms-GitHub/ddcbbac745c559d23da5e0a39b72220c to your computer and use it in GitHub Desktop.
json-server

json-server

https://github.com/typicode/json-server/

https://gist.github.com/xgqfrms-GitHub/950a2682f96c0a64ca81e13de15f16d1

{
  "name": "react-json-server",
  "version": "17.5.16",
  "description": "json server for React faker data!",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "dev": "echo \"dev\" && exit 1",
    "prod": "echo \"prop\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xgqfrms-GitHub/react-json-server.git"
  },
  "keywords": [
    "react",
    "json-server",
    "faker-data"
  ],
  "author": "xgqfrms, webgeeker",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/xgqfrms-GitHub/react-json-server/issues"
  },
  "homepage": "https://github.com/xgqfrms-GitHub/react-json-server#readme",
  "devDependencies": {
    "json-server": "^0.10.1"
  }
}

faker.js

fake data

https://github.com/ufo-github/faker.js

在Node.js和浏览器中生成大量的假数据

https://gist.github.com/xgqfrms-GitHub/cb8459af5e7db7af107a25615f738ab5

JSON Formatter

https://jsonformatter.curiousconcept.com/

JSONLint

The JSON Validator

http://jsonlint.com/

@xgqfrms-GitHub
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment