https://github.com/dhowe/nodepost
https://github.com/dhowe/nodepost
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/dhowe/nodepost
- Owner: dhowe
- Created: 2021-05-18T13:42:35.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-18T14:09:32.000Z (about 5 years ago)
- Last Synced: 2025-04-12T03:57:47.679Z (about 1 year ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## nodepost
A simple example of a post request with node
### demo
```sh
$ git clone https://github.com/dhowe/nodepost.git
$ cd nodepost && npm install
$ node server.js
```
then visit http://localhost:8083 with your browser