Skip to content

Zeshaninsta/Extract-Data-From-Api

Repository files navigation

API Tool

API Tool is a web application designed to simplify your API workflow by providing easy-to-use tools for extracting and visualizing API data.

Table of Contents

Features

API Tool offers two main functionalities:

  1. API Data Extraction

    • Support for multiple API types (RESTful, GraphQL, and more)
    • Custom header configuration
    • Authentication support
  2. API Data Visualization

    • Interactive charts and tables
    • Real-time data updates
    • Customizable views
    • Data export options

Installation

Clone the repository

git clone https://github.com/yourusername/api-tool.git

Navigate to the project directory

cd api-tool

Install dependencies

npm install

Start the development server

npm run dev

To set up the project locally, follow these steps:

Usage

After starting the development server, open your browser and navigate to http://localhost:3000. You'll see the home page with two main options:

  1. Extract API Data: Click on this card to access the API Extractor tool. Here you can configure and extract data from various APIs.

  2. Display API Data: This section allows you to visualize and analyze the extracted API data using interactive charts and tables.

Contributing

We welcome contributions to the API Tool project. If you have suggestions for improvements or bug fixes, please follow these steps:

  1. Fork the repository
  2. Create a new branch (git checkout -b feature/AmazingFeature)
  3. Make your changes
  4. Commit your changes (git commit -m 'Add some AmazingFeature')
  5. Push to the branch (git push origin feature/AmazingFeature)
  6. Open a Pull Request

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Simple web app to extract the json data from API URL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors