Skip to content

RH203/my-static-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

My Static API

Welcome to the My Static API repository! This repository contains static data for various purposes, such as testing, development, or learning projects.

Data

1. Sneakers Data

The "sneakers.json" file contains information about 25 sneaker products. Each entry includes the name of the sneaker, available sizes, available colors, and the path to the image file.

Example entry:

{
  "name": "AirFlex Runners",
  "sizes": ["7", "8", "9", "10", "11"],
  "colors": ["Black", "White", "Red"],
  "image": "assets/shoes/airflex_runners.jpg"
}

2. Basketball Shoes Data

The "basketball_shoes.json" file contains information about 25 basketball shoe products. Similar to the sneakers data, each entry includes the name, available sizes, available colors, and the path to the image file.

Example entry:

{
  "name": "Air Dunk Pro",
  "sizes": ["8", "9", "10", "11", "12"],
  "colors": ["Black/Red", "White/Blue", "Gray/Green"],
  "image": "assets/basketball_shoes/air_dunk_pro.jpg"
}

How to Use

To access data from My Static API, you have two options:

  1. Clone Repository:

    • Use the git clone command to copy this repository to your local machine.
    • Access the data files in your project as usual.
    git clone https://github.com/your-username/my-static-api.git
  2. Raw GitHub:

    • You can access data files directly through the "Raw" link on the GitHub repository.
    • Copy the "Raw" link of the file you need and use it in your applications or scripts.

    Example "Raw" links:

Please choose the option that suits your needs. If you need further assistance, feel free to ask!

Feel free to explore and utilize the data provided in this repository for your projects!

Make sure to replace "your-username" with your GitHub username. Don't forget to include additional information or adjustments as needed for your project. Hope it is useful!

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published