Giter VIP home page Giter VIP logo

simple-json-post-node-express's Introduction

Small JSON-based web service

Description

It's pretty simple. We'll post some JSON data to the URL you provide. You'll need to filter that JSON data and return a few fields. Here's an example request and an example response.

Details

From the list of shows in the request payload, return the ones with DRM enabled (drm: true) and at least one episode (episodeCount > 0).

The returned JSON should have a response key with an array of shows. Each element should have the following fields from the request:

  • image - corresponding to image/showImage from the request payload
  • slug
  • title

Error Handling

If we send invalid JSON, You'll need to return a JSON response with HTTP status 400 Bad Request, and with a error key containing the string Could not decode request. For example:

{"error": "Could not decode request: JSON parsing failed"}

Configurations

In order to run the app

  • Please install NodeJs
  • Please install npm
  • Make sure you have added npm to your path:

npm bin -g

export PATH=$PATH:/path to your 'npm-packages/bin'

  • Please install dependencies
  • You should then be able to run npm start to run the app

In order to run the tests:

  • Please install jasmine-node: npm install -g jasmine-node
  • Please install frisby test library as a dev dependency: npm install --save-dev frisby
  • You should then be able to run npm test to run the tests

** It is important to note that I have used the Javascript Standard Style to write the application https://standardjs.com/

simple-json-post-node-express's People

Watchers

James Cloos 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.