/mini-challenge-1

A mini challenge of Node.js workshop

MIT LicenseMIT

mini-challenge-1

A mini challenge of The Node.js Workshop

Yêu cầu

  • Sử dụng data.json và các core modules có sẵn trong Node.js để dựng 1 app REST API và trả về dữ liệu của file data.json

  • Chú ý: Không dược sử dụng bất kì external package nào.

Demo kết quả

curl 127.0.0.1:3002

//Output
{
  "id": 157538,
  "date": "2017-07-21T10:30:34",
  "date_gmt": "2017-07-21T17:30:34",
  "guid": {
    "rendered": "https://www.sitepoint.com/?p=157538"
  },
  "modified": "2017-07-23T21:56:35",
  "modified_gmt": "2017-07-24T04:56:35",
  "slug": "why-the-iot-threatens-your-wordpress-site-and-how-to-fix-it",
  "status": "publish",
  "type": "post",
  "link": "https://www.sitepoint.com/why-the-iot-threatens-your-wordpress-site-and-how-to-fix-it/",
  "title": {
    "rendered": "Why the IoT Threatens Your WordPress Site (and How to Fix It)"
  },
  "content": {
  },
  "excerpt": {
  },
  "author": 72546,
  "featured_media": 157542,
  "comment_status": "open",
  "ping_status": "closed",
  "sticky": false,
  "template": "",
  "format": "standard",
  "meta": [],
  "categories": [
    6132
  ],
  "tags": [
    1798,
    6298
  ]
}