Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kuntoaji/kakanda-http

HTTP status code reference
https://github.com/kuntoaji/kakanda-http

babel babeljs http javascript js react reactjs status-code status-codes tool tools

Last synced: 26 days ago
JSON representation

HTTP status code reference

Awesome Lists containing this project

README

        

# Kakanda HTTP

Kakanda HTTP is a simple React JS application for searching HTTP status code or status message. Kakanda HTTP is inspired by [Alfred HTTP][inspiration].
Kakanda HHTP does not require Javascript bundler. It embraces the use of [JS modules feature from browsers][js_modules].

Demo:

kakanda-http

## How To Run Kakanda HTTP
* Clone repository - `git clone [email protected]:kuntoaji/kakanda-http.git`
* Change directory - `cd kakanda-http`
* Run web server. If your machine has python, you can run `python -m SimpleHTTPServer`.
* Open localhost from your browser. Example: `localhost:8000`.

## How To Build JS Modules
* Run `npm install`
* Run `npx babel modules --out-dir build --presets react-app/prod`
* If you want to run in watch mode `npx babel --watch modules --out-dir build --presets react-app/prod`

## License
Released under the MIT License, Copyright (c) 2017–ω Kunto Aji Kristianto.

[inspiration]: https://github.com/JoelQ/alfred-http
[js_modules]: https://v8.dev/features/modules