jacehalvorson / portfolio

0 stars 0 forks source link

Write framework to asynchronously request data according to params using NFL API #11

Closed jacehalvorson closed 1 year ago

jacehalvorson commented 1 year ago

Wrote this code in JS but CORS blocked requests to Pro Football Reference. I wanted to incorporate some Rust into this project so I'm going to use it to write the code for requesting NFL stats on the server side.

jacehalvorson commented 1 year ago

Got a standalone executable made in Rust, now setting up express to host a web server and run this executable with a certain GET request