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
- Host: GitHub
- URL: https://github.com/rampadc/node-red-http-project
- Owner: rampadc
- Created: 2020-04-14T06:17:59.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-14T06:20:37.000Z (about 5 years ago)
- Last Synced: 2025-01-23T05:24:29.671Z (5 months ago)
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
]
}
```