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

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.

Awesome Lists containing this project

README

          

linkedin logo



- 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)