Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/buzzraa/clash-royale-stats-generator

This a webpage that returns the stats of the player from the mobile game Clash Royale. This webpage displays the stats and the chest cycle of the players according to the valid player tag provided as an input by the user. This website uses the concept of REST APIs where axios a npm package in node.js is used to send http requests to the API.
https://github.com/buzzraa/clash-royale-stats-generator

axios body-parser clash-royale-api css ejs express html html-css-javascript javascript json node-js nodejs nodemon npmjs restful-api

Last synced: 3 days ago
JSON representation

This a webpage that returns the stats of the player from the mobile game Clash Royale. This webpage displays the stats and the chest cycle of the players according to the valid player tag provided as an input by the user. This website uses the concept of REST APIs where axios a npm package in node.js is used to send http requests to the API.

Awesome Lists containing this project

README

        

# Clash-Royale-Stats-Generator
This was a challenge project i did by myself as a requirement for a course in udemy (The Complete 2023 Web Development Bootcamp by Dr.Angela Yu). To install packages used in this project install the npm packages express, ejs, axios, and body-parser by using the command npm install in the terminal. You can also install nodemon package to run this file easily or you can just use node js.