Giter Club home page Giter Club logo

sturdy-octo-palm-tree's Introduction

didactic-guacamole

Hi! This little server is kind of a mess. Can you help?

Start it up with

npm start

These curl commands are supposed to do some things, but they don't work.

1. Inspect Headers

This one should check all the headers for one with an arbitrary key and the value "thing"

curl http://localhost:3000/checkHeadersForThing

this curl isn't working though.

2. Sending data

This one should take a JSON payload and return my favorite fruit and animal are as a string, but this isn't working.

curl -X POST -H 'Content-Type: application/json' \
    -d '{"fruit": "banana", "animal": "raccoon"}' \
    http://localhost:3000/parsePayload

3. A new endpoint.

We need an endpoint that takes a query parameter with the key 'revMe' and returns the reverse of the param value.


There are some other random code problems too, can you fix them?

Thanks!

sturdy-octo-palm-tree's People

Contributors

ohall avatar

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.