Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kuntoaji/kakanda-http
- Owner: kuntoaji
- License: mit
- Created: 2017-01-08T07:36:20.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-04T05:13:51.000Z (almost 2 years ago)
- Last Synced: 2024-09-29T02:40:33.467Z (about 1 month ago)
- Topics: babel, babeljs, http, javascript, js, react, reactjs, status-code, status-codes, tool, tools
- Language: JavaScript
- Homepage: https://tools.kaklabs.com/http-status-codes.html
- Size: 425 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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:
## 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