https://github.com/i0sys/quiztopia
This project is a simple quiz app that uses the ASE's Quiz API to fetch questions and answers.
https://github.com/i0sys/quiztopia
Last synced: about 1 year ago
JSON representation
This project is a simple quiz app that uses the ASE's Quiz API to fetch questions and answers.
- Host: GitHub
- URL: https://github.com/i0sys/quiztopia
- Owner: i0sys
- License: mit
- Created: 2022-11-10T16:18:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-14T01:19:01.000Z (over 3 years ago)
- Last Synced: 2025-02-28T21:10:58.566Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
- Project Title: Quiztopia
- Programing Language: Python
## Instalation
> Before we begin, please create .env file in the root directory and add your own credentials. You can use .env.example as a reference.
> You can also use the requirements.txt file to install all the dependencies.
> Run the following command in your terminal to install all the dependencies:
```bash
pip install -r requirements.txt
```
## Usage
> Run the following command in your terminal after you have installed all the dependencies:
```bash
python app.py
```
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
## Resources
- [RapidAPI](https://rapidapi.com/hub)
- [ASE's Quiz API](https://rapidapi.com/AhmedSemih/api/ases-quiz-api1/)
## License
[MIT](https://choosealicense.com/licenses/mit/)
## Contact
- [Linkedin](https://www.linkedin.com/in/almir-redzematovic-05b734201/)
- [Email](mailto:sayhi@iamalmir.tech)
