Skip to content

JMF-Alex/CS2-API-Web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues License

HTML5 CSS3 JavaScript Size

Table of Contents

  1. About The Project
  2. Built With
  3. Getting Started
      * Prerequisites
      * Installation
  4. Usage
  5. Roadmap
  6. Contributing
  7. License
  8. Acknowledgments

About the Project

CS2-API-Web is a lightweight web application that allows users to search and retrieve information about CS2 (Counter-Strike 2) market items using the Steam Community Market API. The application provides real-time price data, item images, and market statistics in a clean and user-friendly interface.

Features

  • Search items by Steam Market URL
  • Display current lowest price
  • Show market volume
  • View median price
  • Display item images
  • Cross-origin request handling through proxy
  • Clean and responsive interface

Built With

This project was developed using:

  • HTML5 for structure
  • CSS3 for styling and responsive design
  • JavaScript (Vanilla) for API integration and data handling
  • Steam Community Market API for real-time market data

Repository: github.com/JMF-Alex/CS2-API-Web

Getting Started

Prerequisites

No external dependencies or backend required.
Only a web browser (Chrome, Edge, Firefox, etc.).

Installation

  1. Clone the repository:
git clone https://github.com/JMF-Alex/CS2-API-Web.git
  1. Enter the project directory:
cd CS2-API-Web
  1. Open index.html in your browser.
    That's it! The application runs entirely client-side.

Usage

  1. Copy a Steam Market item URL (e.g., from a CS2 item listing)
  2. Paste the URL into the search box
  3. Click "Search"
  4. View the item's:
    • Current lowest price
    • Market volume
    • Median price
    • Item image

Contributing

Contributions are welcome!

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

License

Distributed under the MIT License.
See the LICENSE file for more information.

Acknowledgments

About

Very simple html web app for obtain data from a steam url for cs2 skins

Resources

License

Stars

Watchers

Forks

Releases

No releases published