issues
search
DebbyMiressa
/
Leaderboard
The Leaderboard list app is a JavaScript project which uses webpack and ES6 features, notably modules. Developed from wireframe and consumes the Leaderboard API using JavaScript async and await.
0
stars
2
forks
source link
Leaderboard: Consume API
#2
Closed
DebbyMiressa
closed
2 years ago
DebbyMiressa
commented
2 years ago
GET
Add refresh.js module to GET data in JSON format from the URL = '
https://us-central1-js-capstone-backend.cloudfunctions.net/api/games/sj3CaiiOl4GBjioetz1v/scores
'
Add result as new li in ul
Import getData.js to index.js
POST
Add postData.js module used to POST content of the inputs to the URL =
https://us-central1-js-capstone-backend.cloudfunctions.net/api/games/sj3CaiiOl4GBjioetz1v/scores
Import postData.js to index.js
GET
POST