Skip to content
This repository has been archived by the owner on Sep 6, 2020. It is now read-only.

neverendingqs-sandbox/nodejs-sampler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

A series of NodeJS microservices. Hosted on https://neverendingqs-nodejs.herokuapp.com/.

Key Value Store

A simple microservice that stores a value based on a key. Note that this is a shared key value storage, meaning anyone can view and overwrite your key/value pairs. Example's value may or may not match actual value stored by the service.

GET

POST

POST /keyvalue HTTP/1.1
Content-Type: application/json
{"key": "k", "value": "v"}

Timestamp

Based on https://www.freecodecamp.com/challenges/timestamp-microservice.

GET

Releases

No releases published

Packages

No packages published