Inspiration
I was staring at the riot games api documentation and the idea came to me.
How it works
with the frontend running angular, the application makes http requests to the Riot Games API to retrieve odd champion
data that is manipulated into questions. It tells you your current points, and the global points, but it only shows the
global points if the node.js backend is running locally on a machine.
Challenges I ran into
Was not able to get the node.js backend running on Azure. I could only really run it on my local machine.
Accomplishments that I'm proud of
It's an application that does stuff. I guess I'm proud of that.
What I learned
I learned so much about angularjs and making rest requests with $http
What's next for League of Legends Quiz Challenge
I would get the "api" I had (just returns and updates a single integer lol) running on azure so I could keep a global
total of the points accumulated with my app.
Built With
- angular.js
- express.js
- node.js
- riot-api
Log in or sign up for Devpost to join the conversation.