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

https://github.com/zaiste/huncwot-hello

The most basic Huncwot application as described in `Hello Huncwot` section from the project README
https://github.com/zaiste/huncwot-hello

framework huncwot javascript javascript-framework nodejs nodejs-framework

Last synced: 9 months ago
JSON representation

The most basic Huncwot application as described in `Hello Huncwot` section from the project README

Awesome Lists containing this project

README

          

# Huncwot Hello

This is an example of the most basic Huncwot application. It comes from [Hello
Huncwot](https://github.com/zaiste/huncwot#hello-huncwot) section in [Huncwot's README](https://github.com/zaiste/huncwot)

## Usage

Install dependencies

npm install

Run the server

node server.js

or

npm start

Go to the one of the following links:
* localhost:5544/
* localhost:5544/json
* localhost:5544/headers
* localhost:5544/bim (as `POST`)