Brief description of the project in a few sentences. Add a screenshot showcasing the project (see instructions below in the Usage section).
Provide a longer description of the project here.
If the project has a lot of features, list them here.
- Feature 1
- Feature 2
- Feature 3
Before you go any further, ensure you have Python and that the expected version is available from your command line.
If you do not have Python, please install the latest 3.x version from python.org or refer to the Installing Python section of the Hitchhiker’s Guide to Python.
- Get a free API Key at https://example.com
- Clone the repo
git clone https://github.com/github_username/repo_name.git
- Install NPM packages
npm install
- Enter your API in
config.js
const API_KEY = 'ENTER YOUR API';
Use this space to show useful examples of how the project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.
To add a screenshot, create an assets/images
folder in your repository and upload your screenshot to it. Then add it to your README using the following syntax:
```md
![alt text](assets/images/screenshot.png)
```
Thank you for your interest in contributing to this project!
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
There are many ways in which you can participate in this project, including some that don't require you to write a single line of code:
- Report a bug
- Request a feature/enhancement
- Write documentation, for users and contributors
- Contribute to the codebase
If you're looking for a way to contribute, you can scan through the existing issues for something to work on.
Please take a moment to read the Contribution Guidelines, to help make the process easy and effective for everyone involved.
List your contributors, if any, with links to their GitHub profiles.
- Programming with Alex for his pytester-cov GitHub Action used to check code coverage in this project.
Licensed under the GNU General Public License v3.0.