An open API service indexing awesome lists of open source software.

https://github.com/rampadc/node-red-http-project

Example project with a single HTTP endpoint
https://github.com/rampadc/node-red-http-project

Last synced: 4 months ago
JSON representation

Example project with a single HTTP endpoint

Awesome Lists containing this project

README

        

node-red-http-project
=====================

Example project with a single HTTP endpoint

Exposes a single endpoint `/things`.

```
GET /things
```

```
{
"things": [
"Raindrops on roses",
"whiskers on kittens",
"warm woolen mittens",
"Cream-colored ponies",
"crisp apple strudels"
]
}
```