All Projects → dottorblaster → Stocazzo

dottorblaster / Stocazzo

Licence: mit
Stocazzo As A Service

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to Stocazzo

Socket
Non-blocking socket and TLS functionality for PHP based on Amp.
Stars: ✭ 122 (-5.43%)
Mutual labels:  server
Watsonwebserver
Watson is the fastest, easiest way to build scalable RESTful web servers and services in C#.
Stars: ✭ 125 (-3.1%)
Mutual labels:  server
Flock
Automated deployment of Swift projects to servers
Stars: ✭ 127 (-1.55%)
Mutual labels:  server
Awesome Server Side Swift
Swift 服务端开发 Perfect、Vapor资料。
Stars: ✭ 123 (-4.65%)
Mutual labels:  server
Servez
A simple web server for local web development.
Stars: ✭ 124 (-3.88%)
Mutual labels:  server
Http Server
a simple zero-configuration command-line http server
Stars: ✭ 11,280 (+8644.19%)
Mutual labels:  server
Sgf
This is a Smart Game Foundation (Not Framework)
Stars: ✭ 122 (-5.43%)
Mutual labels:  server
Docker Vlmcsd
vlmcsd is a replacement for Microsoft's KMS server.
Stars: ✭ 128 (-0.78%)
Mutual labels:  server
Signalw
Even simpler and faster real-time web for ASP.NET Core.
Stars: ✭ 125 (-3.1%)
Mutual labels:  server
Server Go
🎨OpenIoTHub Server[内网穿透和物联网设备管理服务器]
Stars: ✭ 127 (-1.55%)
Mutual labels:  server
Magento 2 Server Installation
Magento 2 Server Installation - How to Install Magento 2
Stars: ✭ 123 (-4.65%)
Mutual labels:  server
Mbserver
Golang Modbus Server (Slave)
Stars: ✭ 124 (-3.88%)
Mutual labels:  server
Hydra
OpenID Certified™ OpenID Connect and OAuth Provider written in Go - cloud native, security-first, open source API security for your infrastructure. SDKs for any language. Compatible with MITREid.
Stars: ✭ 11,884 (+9112.4%)
Mutual labels:  server
Faygo
Faygo is a fast and concise Go Web framework that can be used to develop high-performance web app(especially API) with fewer codes. Just define a struct handler, faygo will automatically bind/verify the request parameters and generate the online API doc.
Stars: ✭ 1,557 (+1106.98%)
Mutual labels:  server
Ocpp
Python implementation of the Open Charge Point Protocol (OCPP).
Stars: ✭ 127 (-1.55%)
Mutual labels:  server
Serverfarmer
Manage multiple servers with different operating systems, configurations, requirements etc. for many separate customers in an outsourcing model.
Stars: ✭ 122 (-5.43%)
Mutual labels:  server
Node Oidc Provider
OpenID Certified™ OAuth 2.0 Authorization Server implementation for Node.js
Stars: ✭ 2,018 (+1464.34%)
Mutual labels:  server
Old
每天大红包 · 旧版(不再维护,仅供参考)
Stars: ✭ 1,611 (+1148.84%)
Mutual labels:  server
Playlistfromsong
Create an offline music playlist from a single song 🎶
Stars: ✭ 128 (-0.78%)
Mutual labels:  server
Jsonrpcserver
Process JSON-RPC requests in Python
Stars: ✭ 126 (-2.33%)
Mutual labels:  server

Stocazzo As A Service

A Node REST service to provide Stocazzo as an asset for your application.

API endpoints

/

Will return a "stocazzo".

Optional parameters:

  1. q - a query
  2. big - configures the response as a "stograncazzo"

Example

Standard API call:

$ http get stocazzo.io

HTTP/1.1 200 OK
Connection: keep-alive
Date: Sat, 08 Aug 2015 16:03:08 GMT
Transfer-Encoding: chunked
cache-control: no-cache
content-encoding: gzip
content-type: application/json; charset=utf-8
vary: accept-encoding

{
    "response": "stocazzo"
}

Example with a query:

$ http get stocazzo.io q==chi\?

HTTP/1.1 200 OK
Connection: keep-alive
Date: Sat, 08 Aug 2015 16:06:07 GMT
Transfer-Encoding: chunked
cache-control: no-cache
content-encoding: gzip
content-type: application/json; charset=utf-8
vary: accept-encoding

{
    "query": "chi?",
    "response": "stocazzo"
}

Example with even more emphasis:

$ http get stocazzo.io q==chi\? big==1

HTTP/1.1 200 OK
Connection: keep-alive
Date: Sat, 08 Aug 2015 16:08:34 GMT
Transfer-Encoding: chunked
cache-control: no-cache
content-encoding: gzip
content-type: application/json; charset=utf-8
vary: accept-encoding

{
    "query": "chi?",
    "response": "stograncazzo"
}

/caps

Will return a "stocazzo", but caps. So, "STOCAZZO".

Optional parameters:

  1. q - a query
  2. big - configures the response as a "STOGRANCAZZO"

Example

Standard API call:

$ http get stocazzo.io/caps

HTTP/1.1 200 OK
Connection: keep-alive
Date: Sat, 08 Aug 2015 16:03:08 GMT
Transfer-Encoding: chunked
cache-control: no-cache
content-encoding: gzip
content-type: application/json; charset=utf-8
vary: accept-encoding

{
    "response": "STOCAZZO"
}

Example with a query:

$ http get stocazzo.io/caps q==chi\?

HTTP/1.1 200 OK
Connection: keep-alive
Date: Sat, 08 Aug 2015 16:06:07 GMT
Transfer-Encoding: chunked
cache-control: no-cache
content-encoding: gzip
content-type: application/json; charset=utf-8
vary: accept-encoding

{
    "query": "chi?",
    "response": "STOCAZZO"
}

Example with even more emphasis:

$ http get stocazzo.io/caps q==chi\? big==1

HTTP/1.1 200 OK
Connection: keep-alive
Date: Sat, 08 Aug 2015 16:08:34 GMT
Transfer-Encoding: chunked
cache-control: no-cache
content-encoding: gzip
content-type: application/json; charset=utf-8
vary: accept-encoding

{
    "query": "chi?",
    "response": "STOGRANCAZZO"
}

/camel

Camelcase can always be useful. Will return a "StoCazzo".

Optional parameters:

  1. q - a query
  2. big - configures the response as a "StoGranCazzo"

Example

Standard API call:

$ http get stocazzo.io/camel

HTTP/1.1 200 OK
Connection: keep-alive
Date: Sat, 08 Aug 2015 16:03:08 GMT
Transfer-Encoding: chunked
cache-control: no-cache
content-encoding: gzip
content-type: application/json; charset=utf-8
vary: accept-encoding

{
    "response": "StoCazzo"
}

Example with a query:

$ http get stocazzo.io/camel q==chi\?

HTTP/1.1 200 OK
Connection: keep-alive
Date: Sat, 08 Aug 2015 16:06:07 GMT
Transfer-Encoding: chunked
cache-control: no-cache
content-encoding: gzip
content-type: application/json; charset=utf-8
vary: accept-encoding

{
    "query": "chi?",
    "response": "StoCazzo"
}

Example with even more emphasis:

$ http get stocazzo.io/camel q==chi\? big==1

HTTP/1.1 200 OK
Connection: keep-alive
Date: Sat, 08 Aug 2015 16:08:34 GMT
Transfer-Encoding: chunked
cache-control: no-cache
content-encoding: gzip
content-type: application/json; charset=utf-8
vary: accept-encoding

{
    "query": "chi?",
    "response": "StoGranCazzo"
}

/ascii

You want a translation in your language and you don't like text or you want print it more nerdly? No problem, will return "8====D".

Optional parameters:

  1. q - a query
  2. big - configures the response as a "8=======D"

Example

Standard API call:

$ http get stocazzo.io/ascii

HTTP/1.1 200 OK
Connection: keep-alive
Date: Sat, 08 Aug 2015 16:03:08 GMT
Transfer-Encoding: chunked
cache-control: no-cache
content-encoding: gzip
content-type: application/json; charset=utf-8
vary: accept-encoding

{
    "response": "8====D"
}

Example with a query:

$ http get stocazzo.io/ascii q==chi\?

HTTP/1.1 200 OK
Connection: keep-alive
Date: Sat, 08 Aug 2015 16:06:07 GMT
Transfer-Encoding: chunked
cache-control: no-cache
content-encoding: gzip
content-type: application/json; charset=utf-8
vary: accept-encoding

{
    "query": "chi?",
    "response": "8====D"
}

Example with even more emphasis:

$ http get stocazzo.io/ascii q==chi\? big==1

HTTP/1.1 200 OK
Connection: keep-alive
Date: Sat, 08 Aug 2015 16:08:34 GMT
Transfer-Encoding: chunked
cache-control: no-cache
content-encoding: gzip
content-type: application/json; charset=utf-8
vary: accept-encoding

{
    "query": "chi?",
    "response": "8=======D"
}

/underscore

You don't like camelCase and you prefer the underscore_notation? No problem, will return "sto_cazzo".

Optional parameters:

  1. q - a query
  2. big - configures the response as a "sto_gran_cazzo"

Example

Standard API call:

$ http get stocazzo.io/underscore

HTTP/1.1 200 OK
Connection: keep-alive
Date: Sat, 08 Aug 2015 16:03:08 GMT
Transfer-Encoding: chunked
cache-control: no-cache
content-encoding: gzip
content-type: application/json; charset=utf-8
vary: accept-encoding

{
    "response": "sto_cazzo"
}

Example with a query:

$ http get stocazzo.io/underscore q==chi\?

HTTP/1.1 200 OK
Connection: keep-alive
Date: Sat, 08 Aug 2015 16:06:07 GMT
Transfer-Encoding: chunked
cache-control: no-cache
content-encoding: gzip
content-type: application/json; charset=utf-8
vary: accept-encoding

{
    "query": "chi?",
    "response": "sto_cazzo"
}

Example with even more emphasis:

$ http get stocazzo.io/underscore q==chi\? big==1

HTTP/1.1 200 OK
Connection: keep-alive
Date: Sat, 08 Aug 2015 16:08:34 GMT
Transfer-Encoding: chunked
cache-control: no-cache
content-encoding: gzip
content-type: application/json; charset=utf-8
vary: accept-encoding

{
    "query": "chi?",
    "response": "sto_gran_cazzo"
}

/sto-conte

Tv series lover? This is the endpoint for you: it will return "Sto cazzo!". Heavily inspired by Corrado Guzzanti character in the great Italian tv series "Boris".

Optional parameters:

  1. q - a query
  2. big - configures the response as a "Sto gran cazzo!"

Example

Standard API call:

$ http get stocazzo.io/sto-conte

HTTP/1.1 200 OK
Connection: keep-alive
Date: Sat, 08 Jan 2016 09:03:08 GMT
Transfer-Encoding: chunked
cache-control: no-cache
content-encoding: gzip
content-type: application/json; charset=utf-8
vary: accept-encoding

{
    "response": "Sto cazzo!"
}

Example with a query:

$ http get stocazzo.io/sto-conte q==chi\?

HTTP/1.1 200 OK
Connection: keep-alive
Date: Sat, 08 Jan 2016 09:06:07 GMT
Transfer-Encoding: chunked
cache-control: no-cache
content-encoding: gzip
content-type: application/json; charset=utf-8
vary: accept-encoding

{
    "query": "chi?",
    "response": "Sto cazzo!"
}

Example with even more emphasis:

$ http get stocazzo.io/sto-conte q==chi\? big==1

HTTP/1.1 200 OK
Connection: keep-alive
Date: Sat, 08 Jan 2016 09:08:34 GMT
Transfer-Encoding: chunked
cache-control: no-cache
content-encoding: gzip
content-type: application/json; charset=utf-8
vary: accept-encoding

{
    "query": "chi?",
    "response": "Sto gran cazzo!"
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].