Skip to content

objectgraph/httplabs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTTPLabs

Overview

HTTPLabs is a collection of privacy-focused, client-side web tools designed to be lightweight, fast, and easy to use. All tools run entirely in the browser, ensuring your data stays on your device.

Features

  • Privacy-first: All processing happens client-side
  • Lightweight: Minimal dependencies, fast loading times
  • Easy to use: Intuitive interfaces for each tool
  • Open source: All tools are MIT licensed

Current Tools

  1. Color Dropper Tool: Pick colors from any image with precision and ease.
    • Located in: /colordropper/

(More tools coming soon!)

Getting Started

Running Locally

  1. Clone the repository:

    git clone https://github.com/objectgraph/httplabs.git
    
  2. Navigate to the project directory:

    cd httplabs
    
  3. Start a local HTTP server:

    For Python 3.x:

    python -m http.server 8000
    

    For Python 2.x:

    python -m SimpleHTTPServer 8000
    
  4. Open your web browser and visit:

    http://localhost:8000
    

Deploying

The project is designed to be easily deployed to any static site hosting service (e.g., GitHub Pages, Netlify, Vercel).

Contributing

We welcome contributions to HTTPLabs! Whether it's adding new tools, improving existing ones, or fixing bugs, your input is valuable. Please feel free to submit issues or pull requests.

License

This project is licensed under the MIT License:

MIT License

Copyright (c) 2023 HTTPLabs

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Acknowledgements

  • Tailwind CSS team for their excellent CSS framework
  • Lucide for providing high-quality open-source icons

For more information about each tool, please refer to the individual README files in their respective directories.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages