Skip to content

bluecagz/simple-api-data-extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple API Data Extractor

A simple HTTP API created with Rust and Actix Web.

How to Run

  1. Build the project:

    cargo build
    
  2. Run the server:

    cargo run
    
  3. Access the API at http://localhost:8080/

Endpoints

CoinMarketCap

  • GET /latest: Fetches the latest data from CoinMarketCap.
  • GET /historical: Fetches historical data from CoinMarketCap.

CoinMarketCap

  • (Coming soon...)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published