New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

hotcoffee

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hotcoffee

Brew you some hot micro servers

  • 0.6.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
42
decreased by-25%
Maintainers
1
Weekly downloads
 
Created
Source

hotcoffee

Build Status Coverage Status Download Status Dependency Status

Flattr this git repo

REST API that saves everything you can imagine. You just think about a collection name and add an item to it by sending a POST request with body data. Then you can manipulate items of a collection.

You need Node.js to run the server locally. You can install it via nvm.

Install

git clone git://github.com/kr1sp1n/hotcoffee.git
cd hotcoffee
make install

Run Tests

make test

Start the example server

./node_modules/.bin/coffee example/simple_server.coffee

Usage

GET a list of all collections

curl http://localhost:1337/

Response would be an empty JSON array as long as you never added an item to any collection.

[]

POST a new item to a collection

curl -X POST -d "name=Donatello&color=purple" http://localhost:1337/turtles

Response

{
  "name": "Donatello",
  "color": "purple"
}

Keywords

FAQs

Package last updated on 25 Aug 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc