Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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.
- Host: GitHub
- URL: https://github.com/buzzraa/clash-royale-stats-generator
- Owner: BuZZraa
- Created: 2023-08-31T20:33:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-28T07:28:01.000Z (about 1 year ago)
- Last Synced: 2024-10-13T08:21:18.960Z (3 months ago)
- Topics: axios, body-parser, clash-royale-api, css, ejs, express, html, html-css-javascript, javascript, json, node-js, nodejs, nodemon, npmjs, restful-api
- Language: EJS
- Homepage:
- Size: 415 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.