Skip to content
This repository was archived by the owner on Mar 29, 2025. It is now read-only.

Commit 921d276

Browse files
committed
update readme with details
1 parent 31af093 commit 921d276

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

README.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,41 @@
44
![Coveralls](https://img.shields.io/coverallsCoverage/github/joe-mccarthy/environment-checker?style=for-the-badge)
55
[![Python 3.8](https://img.shields.io/badge/python-3.8-blue.svg?style=for-the-badge)](https://www.python.org/downloads/release/python-380/)
66
![GitHub License](https://img.shields.io/github/license/joe-mccarthy/environment-checker?style=for-the-badge)
7+
8+
Simple script that's called from a cron job that will take a reading from a bme 280 sensor or open weather api and record the result in a csv file with the calculated dew point.
9+
10+
## Getting Started
11+
12+
Ensure that you have the bme_280 sensors correctly connected and have made a note of the address of the sensor. If you're planning on using the Open Weather API ensure that you have your API key ready.
13+
14+
### Prerequisites
15+
16+
- Python 3.8 or higher
17+
18+
### Installation
19+
20+
Clone the repository and install the required dependencies:
21+
22+
```bash
23+
git clone https://github.com/joe-mccarthy/environment-checker.git
24+
cd environment-checker
25+
pip install -r requirements.txt
26+
```
27+
28+
## Contributing
29+
30+
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
31+
32+
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
33+
34+
Don't forget to give the project a star! Thanks again!
35+
36+
1. Fork the Project
37+
1. Create your Feature Branch (git checkout -b feature/AmazingFeature)
38+
1. Commit your Changes (git commit -m 'Add some AmazingFeature')
39+
1. Push to the Branch (git push origin feature/AmazingFeature)
40+
1. Open a Pull Request
41+
42+
## License
43+
44+
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

0 commit comments

Comments
 (0)