The main route in Mine.py should return an HTML web page to display user decks. This page should:
Use a form to accept a public key from the user
Use javascript to
`GET /cards' using the submitted key
Access the Wikipedia API to collect data about each card using the pageId field
Display each card with some additional information
The main route in `Mine.py` should return an HTML web page to display user decks. This page should:
- [ ] Use a form to accept a public key from the user
- [ ] Use javascript to
- [ ] `GET /cards' using the submitted key
- [ ] Access the Wikipedia API to collect data about each card using the pageId field
- [ ] Display each card with some additional information
eric
added this to the Server project 2025-10-27 20:40:08 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
The main route in
Mine.pyshould return an HTML web page to display user decks. This page should: