louiseibuna / SeniorProject

1 stars 1 forks source link

Make API requests using Apollo #35

Closed cminaacruz closed 4 years ago

cminaacruz commented 4 years ago

End goal: Have JSON file of PRs from repo (scrapy)

cminaacruz commented 4 years ago

Instead of Flask, we're continuing with React and using Apollo to make requests. So far, I played with a video tutorial's code and managed to get requests from a GitHub repo, but it's for starred repos. Need to be able to do this with PRs.

cminaacruz commented 4 years ago

Went back to using Axios. Was able to get text data to render from GitHub API. Need to connect to charts now.